Interface ADMChannelResponse.Builder

  • Method Details

    • applicationId

      ADMChannelResponse.Builder applicationId(String applicationId)

      The unique identifier for the application that the ADM channel applies to.

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

      ADMChannelResponse.Builder creationDate(String creationDate)

      The date and time when the ADM channel was enabled.

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

      Specifies whether the ADM channel is enabled for the application.

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

      ADMChannelResponse.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

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

      Parameters:
      id - (Deprecated) An identifier for the ADM 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

      ADMChannelResponse.Builder isArchived(Boolean isArchived)

      Specifies whether the ADM channel is archived.

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

      ADMChannelResponse.Builder lastModifiedBy(String lastModifiedBy)

      The user who last modified the ADM channel.

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

      ADMChannelResponse.Builder lastModifiedDate(String lastModifiedDate)

      The date and time when the ADM channel was last modified.

      Parameters:
      lastModifiedDate - The date and time when the ADM channel was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • platform

      ADMChannelResponse.Builder platform(String platform)

      The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.

      Parameters:
      platform - The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The current version of the ADM channel.

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