Interface ICustomerRelationshipRequest
- All Superinterfaces:
IEntityGetOperations<CustomerRelationshipRequest>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerRelationshipRequestOperations
public interface ICustomerRelationshipRequest extends IPartnerComponentString, IEntityGetOperations<CustomerRelationshipRequest>
Holds operations that apply to customer relationship requests.
-
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 interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
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 interfaceIEntityGetOperations<CustomerRelationshipRequest>- Returns:
- A customer relationship request.
-