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 Details

  • Method Details

    • getUrl

      public URI 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

      public void setUrl​(URI value)
      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.