Class CustomerRelationshipRequest
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.relationshiprequests.CustomerRelationshipRequest
public class CustomerRelationshipRequest extends ResourceBase
Represents a customer relationship request with a partner.
-
Constructor Summary
Constructors Constructor Description CustomerRelationshipRequest() -
Method Summary
-
Constructor Details
-
CustomerRelationshipRequest
public CustomerRelationshipRequest()
-
-
Method Details
-
getUrl
Gets the URL to be used by the customer to establish a relationship with a partner.- Returns:
- The URL to be used by the customer to establish a relationship with a partner.
-
setUrl
Sets the URL to be used by the customer to establish a relationship with a partner.- Parameters:
value- The URL to be used by the customer to establish a relationship with a partner.
-