SupportProfileOperations Class

Implements

public class SupportProfileOperations extends BasePartnerComponentString implements ISupportProfile

The partner support profile operations implementation.

Constructor Summary

Constructor Description
SupportProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the SupportProfileOperations class.

Method Summary

Modifier and Type Method and Description
SupportProfile get()

Retrieves the partner support profile.

SupportProfile update(SupportProfile updatePayload)

Updates the Partner Support Profile

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

SupportProfileOperations

public SupportProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the SupportProfileOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public SupportProfile get()

Retrieves the partner support profile.

Returns:

The partner support profile.

update

public SupportProfile update(SupportProfile updatePayload)

Updates the Partner Support Profile

Parameters:

updatePayload - Payload of the update request

Returns:

Updated SupportProfile

Applies to