public final class MetadataGetMetadataResponseElements extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
URL of current page of the response
|
MetadataGetMetadataResponseElementsItems[] |
items |
Collection of element metadata objects
|
String |
next |
URL of the next page of the collection, can be null
|
String |
prev |
URL of the previous page of the collection, can be null
|
| Constructor | Description |
|---|---|
MetadataGetMetadataResponseElements() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URL of current page of the response
|
MetadataGetMetadataResponseElementsItems[] |
getItems() |
Get Collection of element metadata objects
|
String |
getNext() |
Get URL of the next page of the collection, can be null
|
String |
getPrev() |
Get URL of the previous page of the collection, can be null
|
String |
toString() |
getOtherPropertiespublic String prev
public String href
public String next
public MetadataGetMetadataResponseElementsItems[] items
public final String getPrev()
public final String getHref()
public final String getNext()
public final MetadataGetMetadataResponseElementsItems[] getItems()
Copyright © 2021. All rights reserved.