Package io.unitycatalog.client.model
Class ListExternalLocationsResponse
java.lang.Object
io.unitycatalog.client.model.ListExternalLocationsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class ListExternalLocationsResponse
extends Object
ListExternalLocationsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExternalLocationsItem(ExternalLocationInfo externalLocationsItem) booleanReturn true if this ListExternalLocationsResponse object is equal to o.externalLocations(List<ExternalLocationInfo> externalLocations) An array of external locations.Opaque token to retrieve the next page of results.inthashCode()nextPageToken(String nextPageToken) voidsetExternalLocations(List<ExternalLocationInfo> externalLocations) voidsetNextPageToken(String nextPageToken) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EXTERNAL_LOCATIONS
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListExternalLocationsResponse
public ListExternalLocationsResponse()
-
-
Method Details
-
externalLocations
public ListExternalLocationsResponse externalLocations(List<ExternalLocationInfo> externalLocations) -
addExternalLocationsItem
public ListExternalLocationsResponse addExternalLocationsItem(ExternalLocationInfo externalLocationsItem) -
getExternalLocations
An array of external locations.- Returns:
- externalLocations
-
setExternalLocations
-
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 (for the next page of results).- Returns:
- nextPageToken
-
setNextPageToken
-
equals
Return true if this ListExternalLocationsResponse 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
-