public class AssetTypes
extends Object
| Constructor and Description |
|---|
AssetTypes() |
| Modifier and Type | Method and Description |
|---|---|
AssetTypes |
embedded(AssetTypesEmbedded embedded)
Returns an AssetTypes instance initialized with AssetTypesEmbedded
|
boolean |
equals(Object o) |
AssetTypesEmbedded |
getEmbedded()
Get embedded
|
PagingLinks |
getLinks()
Get links
|
Page |
getPage()
Get page
|
int |
hashCode() |
AssetTypes |
links(PagingLinks links)
Returns an AssetTypes instance initialized with PagingLinks
|
AssetTypes |
page(Page page)
Returns an AssetTypes instance initialized with Page
|
void |
setEmbedded(AssetTypesEmbedded embedded) |
void |
setLinks(PagingLinks links) |
void |
setPage(Page page) |
String |
toString() |
public AssetTypes embedded(AssetTypesEmbedded embedded)
embedded - instance of AssetTypesEmbedded to be associated with AssetTypespublic AssetTypesEmbedded getEmbedded()
public void setEmbedded(AssetTypesEmbedded embedded)
public AssetTypes page(Page page)
page - instance of Page to be associated with AssetTypespublic Page getPage()
public void setPage(Page page)
public AssetTypes links(PagingLinks links)
links - instance of PagingLinks to be associated with AssetTypespublic PagingLinks getLinks()
public void setLinks(PagingLinks links)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object