Class NotifySettings.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
      NotifySettings.Builder clearAllow()
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      SettingsAllow getAllow()
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      int getAllowValue()
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      NotifySettings.Builder setAllow​(SettingsAllow value)
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      NotifySettings.Builder setAllowValue​(int value)
      .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
      • 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

      • getAllowValue

        public int getAllowValue()
        .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
        Specified by:
        getAllowValue in interface NotifySettingsOrBuilder
        Returns:
        The enum numeric value on the wire for allow.
      • setAllowValue

        public NotifySettings.Builder setAllowValue​(int value)
        .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
        Parameters:
        value - The allow to set.
        Returns:
        This builder for chaining.
      • setAllow

        public NotifySettings.Builder setAllow​(SettingsAllow value)
        .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
        Parameters:
        value - The enum numeric value on the wire for allow to set.
        Returns:
        This builder for chaining.
      • clearAllow

        public NotifySettings.Builder clearAllow()
        .streamlayer.sdkSettings.client.SettingsAllow allow = 1 [json_name = "allow"];
        Returns:
        This builder for chaining.