Interface ChannelData.Builder

  • Method Details

    • spaceId

      ChannelData.Builder spaceId(String 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

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

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

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

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

      ChannelData.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.
    • channelStatus

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

      ChannelData.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:
    • userCount

      ChannelData.Builder userCount(Integer userCount)

      The number of users that are part of the channel.

      Parameters:
      userCount - The number of users that are part of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupCount

      ChannelData.Builder groupCount(Integer groupCount)

      The number of groups that are part of the channel.

      Parameters:
      groupCount - The number of groups that are part of the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.