Interface ChannelResponse.Builder

    • Method Detail

      • applicationId

        ChannelResponse.Builder applicationId​(String applicationId)

        The unique identifier for the application.

        Parameters:
        applicationId - The unique identifier for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        ChannelResponse.Builder creationDate​(String creationDate)

        The date and time, in ISO 8601 format, when the channel was enabled.

        Parameters:
        creationDate - The date and time, in ISO 8601 format, when the channel was enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabled

        ChannelResponse.Builder enabled​(Boolean enabled)

        Specifies whether the channel is enabled for the application.

        Parameters:
        enabled - Specifies whether the channel is enabled for the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hasCredential

        ChannelResponse.Builder hasCredential​(Boolean hasCredential)

        (Not used) This property is retained only for backward compatibility.

        Parameters:
        hasCredential - (Not used) This property is retained only for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ChannelResponse.Builder id​(String id)

        (Deprecated) An identifier for the channel. This property is retained only for backward compatibility.

        Parameters:
        id - (Deprecated) An identifier for the channel. This property is retained only for backward compatibility.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isArchived

        ChannelResponse.Builder isArchived​(Boolean isArchived)

        Specifies whether the channel is archived.

        Parameters:
        isArchived - Specifies whether the channel is archived.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedBy

        ChannelResponse.Builder lastModifiedBy​(String lastModifiedBy)

        The user who last modified the channel.

        Parameters:
        lastModifiedBy - The user who last modified the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        ChannelResponse.Builder lastModifiedDate​(String lastModifiedDate)

        The date and time, in ISO 8601 format, when the channel was last modified.

        Parameters:
        lastModifiedDate - The date and time, in ISO 8601 format, when the channel was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        ChannelResponse.Builder version​(Integer version)

        The current version of the channel.

        Parameters:
        version - The current version of the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.