ResourceBaseWithLinks<TLinks> Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. ResourceBaseWithLinks<TLinks>
- com.
- com.
Type Parameters
- TLinks
public abstract class ResourceBaseWithLinks<TLinks> extends ResourceBase
Base class for resources
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | ResourceBaseWithLinks() |
Initializes a new instance of the Resource |
| protected | ResourceBaseWithLinks(String objectType) |
Initializes a new instance of the Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| TLinks |
getLinks()
Gets the links. |
| void |
setLinks(TLinks value)
Sets the links. |
Inherited Members
Constructor Details
ResourceBaseWithLinks
protected ResourceBaseWithLinks()
Initializes a new instance of the ResourceBaseWithLinks class.
ResourceBaseWithLinks
protected ResourceBaseWithLinks(String objectType)
Initializes a new instance of the ResourceBaseWithLinks class.
Parameters:
Method Details
getLinks
public TLinks getLinks()
Gets the links.
Returns:
setLinks
public void setLinks(TLinks value)
Sets the links.
Parameters: