Package io.unitycatalog.client.model
Class ListCredentialsResponse
java.lang.Object
io.unitycatalog.client.model.ListCredentialsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class ListCredentialsResponse
extends Object
ListCredentialsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCredentialsItem(CredentialInfo credentialsItem) credentials(List<CredentialInfo> credentials) booleanReturn true if this ListCredentialsResponse object is equal to o.An array of credential information objects.Opaque token to retrieve the next page of results.inthashCode()nextPageToken(String nextPageToken) voidsetCredentials(List<CredentialInfo> credentials) 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_CREDENTIALS
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListCredentialsResponse
public ListCredentialsResponse()
-
-
Method Details
-
credentials
-
addCredentialsItem
-
getCredentials
An array of credential information objects.- Returns:
- credentials
-
setCredentials
-
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 ListCredentialsResponse 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
-