Package io.unitycatalog.client.model
Class ListVolumesResponseContent
java.lang.Object
io.unitycatalog.client.model.ListVolumesResponseContent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class ListVolumesResponseContent
extends Object
ListVolumesResponseContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVolumesItem(VolumeInfo volumesItem) booleanReturn true if this ListVolumesResponseContent object is equal to o.Opaque token to retrieve the next page of results.Get volumesinthashCode()nextPageToken(String nextPageToken) voidsetNextPageToken(String nextPageToken) voidsetVolumes(List<VolumeInfo> volumes) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.volumes(List<VolumeInfo> volumes)
-
Field Details
-
JSON_PROPERTY_VOLUMES
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListVolumesResponseContent
public ListVolumesResponseContent()
-
-
Method Details
-
volumes
-
addVolumesItem
-
getVolumes
Get volumes- Returns:
- volumes
-
setVolumes
-
nextPageToken
-
getNextPageToken
Opaque token to retrieve the next page of results. Absent if there are no more pages. __page_token__ should be set to this value for the next request to retrieve the next page of results.- Returns:
- nextPageToken
-
setNextPageToken
-
equals
Return true if this ListVolumesResponseContent object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-