CustomerRelationshipRequestOperations Class

Implements

public class CustomerRelationshipRequestOperations extends BasePartnerComponentString implements ICustomerRelationshipRequest

Customer relationship request implementation class.

Constructor Summary

Constructor Description
CustomerRelationshipRequestOperations(IPartner rootPartnerOperations)

Initializes a new instance of the CustomerRelationshipRequestOperations class.

Method Summary

Modifier and Type Method and Description
CustomerRelationshipRequest get()

Retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner.

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

CustomerRelationshipRequestOperations

public CustomerRelationshipRequestOperations(IPartner rootPartnerOperations)

Initializes a new instance of the CustomerRelationshipRequestOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public CustomerRelationshipRequest get()

Retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner.

Returns:

A customer relationship request.

Applies to