Interface GetChannelResponse.Builder

  • Method Details

    • spaceId

      The unique ID of the private re:Post.

      Parameters:
      spaceId - The unique ID of the private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelId

      GetChannelResponse.Builder channelId(String channelId)

      The unique ID of the private re:Post channel.

      Parameters:
      channelId - The unique ID of the private re:Post channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      GetChannelResponse.Builder channelName(String channelName)

      The name for the channel. This must be unique per private re:Post.

      Parameters:
      channelName - The name for the channel. This must be unique per private re:Post.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelDescription

      GetChannelResponse.Builder channelDescription(String channelDescription)

      A description for the channel. This is used only to help you identify this channel.

      Parameters:
      channelDescription - A description for the channel. This is used only to help you identify this channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createDateTime

      GetChannelResponse.Builder createDateTime(Instant createDateTime)

      The date when the channel was created.

      Parameters:
      createDateTime - The date when the channel was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deleteDateTime

      GetChannelResponse.Builder deleteDateTime(Instant deleteDateTime)

      The date when the channel was deleted.

      Parameters:
      deleteDateTime - The date when the channel was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelRolesWithStrings

      GetChannelResponse.Builder channelRolesWithStrings(Map<String,? extends Collection<String>> channelRoles)

      The channel roles associated to the users and groups of the channel.

      Parameters:
      channelRoles - The channel roles associated to the users and groups of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelStatus

      GetChannelResponse.Builder channelStatus(String channelStatus)

      The status pf the channel.

      Parameters:
      channelStatus - The status pf the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • channelStatus

      GetChannelResponse.Builder channelStatus(ChannelStatus channelStatus)

      The status pf the channel.

      Parameters:
      channelStatus - The status pf the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: