ResourceBaseWithLinks<TLinks> Class

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 ResourceBaseWithLinks class.

protected ResourceBaseWithLinks(String objectType)

Initializes a new instance of the ResourceBaseWithLinks class.

Method Summary

Modifier and Type Method and Description
TLinks getLinks()

Gets the links.

void setLinks(TLinks value)

Sets the links.

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

protected ResourceBaseWithLinks()

Initializes a new instance of the ResourceBaseWithLinks class.

protected ResourceBaseWithLinks(String objectType)

Initializes a new instance of the ResourceBaseWithLinks class.

Parameters:

objectType - Type of the object.

Method Details

public TLinks getLinks()

Gets the links.

Returns:

The links.

public void setLinks(TLinks value)

Sets the links.

Parameters:

value - The links.

Applies to