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