IServiceRequest Interface

Implements

public interface IServiceRequest extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<ServiceRequest>, IEntityPatchOperations<ServiceRequest>

Groups operations that can be performed on a single service request.

Method Summary

Modifier and Type Method and Description
abstract ServiceRequest get()

Retrieves the service request.

abstract ServiceRequest patch(ServiceRequest serviceRequest)

Patches a service request.

Method Details

get

public abstract ServiceRequest get()

Retrieves the service request.

Returns:

The service request information.

patch

public abstract ServiceRequest patch(ServiceRequest serviceRequest)

Patches a service request.

Parameters:

serviceRequest - The service request that has the properties to be patched set.

Returns:

The updated service request.

Applies to