CustomerRelationshipRequest Class

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

ResourceBase.getAttributes() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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:

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.

Applies to