Class CustomerRelationshipRequestOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.relationshiprequests.CustomerRelationshipRequestOperations
- All Implemented Interfaces:
IEntityGetOperations<CustomerRelationshipRequest>,IPartnerComponent<String>,IPartnerComponentString,ICustomerRelationshipRequest
public class CustomerRelationshipRequestOperations extends BasePartnerComponentString implements ICustomerRelationshipRequest
Customer relationship request implementation class.
-
Constructor Summary
Constructors Constructor Description CustomerRelationshipRequestOperations(IPartner rootPartnerOperations)Initializes a new instance of the CustomerRelationshipRequestOperations class. -
Method Summary
Modifier and Type Method Description CustomerRelationshipRequestget()Retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerRelationshipRequestOperations
Initializes a new instance of the CustomerRelationshipRequestOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Retrieves the customer relationship request which can be used by a customer to establish a relationship with the current partner.- Specified by:
getin interfaceICustomerRelationshipRequest- Specified by:
getin interfaceIEntityGetOperations<CustomerRelationshipRequest>- Returns:
- A customer relationship request.
-