Class Link
java.lang.Object
com.microsoft.store.partnercenter.models.Link
public class Link extends Object
Link represents a URI and the HTTP method which indicates the desired action for accessing the resource.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Collection<KeyValuePair<String,String>>getHeaders()StringgetMethod()URIgetUri()voidsetHeaders(Collection<KeyValuePair<String,String>> value)voidsetMethod(String value)voidsetUri(URI value)