LegalBusinessProfileOperations Class

Implements

public class LegalBusinessProfileOperations extends BasePartnerComponentString implements ILegalBusinessProfile

The legal business profile operations implementation.

Constructor Summary

Constructor Description
LegalBusinessProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the LegalBusinessProfileOperations class.

Method Summary

Modifier and Type Method and Description
LegalBusinessProfile get()

Retrieves the legal business profile.

LegalBusinessProfile update(LegalBusinessProfile legalBusinessProfile)

Updates the Legal Business 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

LegalBusinessProfileOperations

public LegalBusinessProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the LegalBusinessProfileOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public LegalBusinessProfile get()

Retrieves the legal business profile.

Returns:

The legal business profile.

update

public LegalBusinessProfile update(LegalBusinessProfile legalBusinessProfile)

Updates the Legal Business Profile.

Parameters:

legalBusinessProfile - Payload of the update request.

Returns:

Updated Legal Business Profile.

Applies to