Interface CreateChannelRequest.CreateChannelRequestDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CreateChannelRequest.CreateChannelRequestAttributes getAttributes()
      .streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
      java.lang.String getType()
      'channel'
      com.google.protobuf.ByteString getTypeBytes()
      'channel'
      boolean hasAttributes()
      .streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getType

        java.lang.String getType()
         'channel'
         
        string type = 1 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
         'channel'
         
        string type = 1 [json_name = "type"];
        Returns:
        The bytes for type.
      • hasAttributes

        boolean hasAttributes()
        .streamlayer.sdkSettings.organization.getstream.CreateChannelRequest.CreateChannelRequestAttributes attributes = 2 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.