Interface GetAuthorizationTokenResponse.Builder

    • Method Detail

      • authorizationData

        GetAuthorizationTokenResponse.Builder authorizationData​(Collection<AuthorizationData> authorizationData)

        A list of authorization token data objects that correspond to the registryIds values in the request.

        Parameters:
        authorizationData - A list of authorization token data objects that correspond to the registryIds values in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizationData

        GetAuthorizationTokenResponse.Builder authorizationData​(AuthorizationData... authorizationData)

        A list of authorization token data objects that correspond to the registryIds values in the request.

        Parameters:
        authorizationData - A list of authorization token data objects that correspond to the registryIds values in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.