Class ListScimAccessTokensResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class ListScimAccessTokensResponse
    extends CdpResponse
    Response object to list the SCIM access tokens.
    • Constructor Detail

      • ListScimAccessTokensResponse

        public ListScimAccessTokensResponse()
    • Method Detail

      • getAccessTokens

        public List<ScimAccessToken> getAccessTokens()
        Getter for accessTokens. The SCIM access tokens.
      • setAccessTokens

        public void setAccessTokens​(List<ScimAccessToken> accessTokens)
        Setter for accessTokens. The SCIM access tokens.
      • getNextToken

        public String getNextToken()
        Getter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • setNextToken

        public void setNextToken​(String nextToken)
        Setter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object