Class ChannelListRequest.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChannelListRequest.Builder clearEventId()
      string event_id = 2 [json_name = "eventId"];
      ChannelListRequest.Builder clearOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getEventId()
      string event_id = 2 [json_name = "eventId"];
      com.google.protobuf.ByteString getEventIdBytes()
      string event_id = 2 [json_name = "eventId"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      ChannelListRequest.Builder setEventId​(java.lang.String value)
      string event_id = 2 [json_name = "eventId"];
      ChannelListRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
      string event_id = 2 [json_name = "eventId"];
      ChannelListRequest.Builder setOrganizationId​(java.lang.String value)
      string organization_id = 1 [json_name = "organizationId"];
      ChannelListRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
      string organization_id = 1 [json_name = "organizationId"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        public java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface ChannelListRequestOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface ChannelListRequestOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public ChannelListRequest.Builder setOrganizationId​(java.lang.String value)
        string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public ChannelListRequest.Builder clearOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public ChannelListRequest.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • getEventId

        public java.lang.String getEventId()
        string event_id = 2 [json_name = "eventId"];
        Specified by:
        getEventId in interface ChannelListRequestOrBuilder
        Returns:
        The eventId.
      • getEventIdBytes

        public com.google.protobuf.ByteString getEventIdBytes()
        string event_id = 2 [json_name = "eventId"];
        Specified by:
        getEventIdBytes in interface ChannelListRequestOrBuilder
        Returns:
        The bytes for eventId.
      • setEventId

        public ChannelListRequest.Builder setEventId​(java.lang.String value)
        string event_id = 2 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public ChannelListRequest.Builder clearEventId()
        string event_id = 2 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • setEventIdBytes

        public ChannelListRequest.Builder setEventIdBytes​(com.google.protobuf.ByteString value)
        string event_id = 2 [json_name = "eventId"];
        Parameters:
        value - The bytes for eventId to set.
        Returns:
        This builder for chaining.