Interface ZendeskMetadata.Builder

    • Method Detail

      • oAuthScopes

        ZendeskMetadata.Builder oAuthScopes​(Collection<String> oAuthScopes)

        The desired authorization scope for the Zendesk account.

        Parameters:
        oAuthScopes - The desired authorization scope for the Zendesk account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • oAuthScopes

        ZendeskMetadata.Builder oAuthScopes​(String... oAuthScopes)

        The desired authorization scope for the Zendesk account.

        Parameters:
        oAuthScopes - The desired authorization scope for the Zendesk account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.