Package pbx

Class Model.ClientExtra

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Model.ClientExtra.Builder
      Protobuf type pbx.ClientExtra
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)  
      java.lang.String getAttachments​(int index)
      repeated string attachments = 1 [json_name = "attachments"];
      com.google.protobuf.ByteString getAttachmentsBytes​(int index)
      repeated string attachments = 1 [json_name = "attachments"];
      int getAttachmentsCount()
      repeated string attachments = 1 [json_name = "attachments"];
      java.util.List<java.lang.String> getAttachmentsList()
      repeated string attachments = 1 [json_name = "attachments"];
      Model.AuthLevel getAuthLevel()
      .pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];
      int getAuthLevelValue()
      .pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];
      static Model.ClientExtra getDefaultInstance()  
      java.lang.String getOnBehalfOf()
      Root user may send messages on behalf of other users.
      com.google.protobuf.ByteString getOnBehalfOfBytes()
      Root user may send messages on behalf of other users.
      static Model.ClientExtra.Builder newBuilder()  
      static Model.ClientExtra.Builder newBuilder​(Model.ClientExtra prototype)  
      static Model.ClientExtra parseDelimitedFrom​(java.io.InputStream input)  
      static Model.ClientExtra parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Model.ClientExtra parseFrom​(byte[] data)  
      static Model.ClientExtra parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Model.ClientExtra parseFrom​(com.google.protobuf.ByteString data)  
      static Model.ClientExtra parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Model.ClientExtra parseFrom​(com.google.protobuf.CodedInputStream input)  
      static Model.ClientExtra parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Model.ClientExtra parseFrom​(java.io.InputStream input)  
      static Model.ClientExtra parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static Model.ClientExtra parseFrom​(java.nio.ByteBuffer data)  
      static Model.ClientExtra parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<Model.ClientExtra> parser()  
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite

        createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

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

        getDefaultInstanceForType, isInitialized
    • Field Detail

      • ATTACHMENTS_FIELD_NUMBER

        public static final int ATTACHMENTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ON_BEHALF_OF_FIELD_NUMBER

        public static final int ON_BEHALF_OF_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AUTH_LEVEL_FIELD_NUMBER

        public static final int AUTH_LEVEL_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getAttachmentsList

        public java.util.List<java.lang.String> getAttachmentsList()
        repeated string attachments = 1 [json_name = "attachments"];
        Specified by:
        getAttachmentsList in interface Model.ClientExtraOrBuilder
        Returns:
        A list containing the attachments.
      • getAttachmentsCount

        public int getAttachmentsCount()
        repeated string attachments = 1 [json_name = "attachments"];
        Specified by:
        getAttachmentsCount in interface Model.ClientExtraOrBuilder
        Returns:
        The count of attachments.
      • getAttachments

        public java.lang.String getAttachments​(int index)
        repeated string attachments = 1 [json_name = "attachments"];
        Specified by:
        getAttachments in interface Model.ClientExtraOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The attachments at the given index.
      • getAttachmentsBytes

        public com.google.protobuf.ByteString getAttachmentsBytes​(int index)
        repeated string attachments = 1 [json_name = "attachments"];
        Specified by:
        getAttachmentsBytes in interface Model.ClientExtraOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the attachments at the given index.
      • getOnBehalfOf

        public java.lang.String getOnBehalfOf()
         Root user may send messages on behalf of other users.
         
        string on_behalf_of = 2 [json_name = "onBehalfOf"];
        Specified by:
        getOnBehalfOf in interface Model.ClientExtraOrBuilder
        Returns:
        The onBehalfOf.
      • getOnBehalfOfBytes

        public com.google.protobuf.ByteString getOnBehalfOfBytes()
         Root user may send messages on behalf of other users.
         
        string on_behalf_of = 2 [json_name = "onBehalfOf"];
        Specified by:
        getOnBehalfOfBytes in interface Model.ClientExtraOrBuilder
        Returns:
        The bytes for onBehalfOf.
      • getAuthLevelValue

        public int getAuthLevelValue()
        .pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];
        Specified by:
        getAuthLevelValue in interface Model.ClientExtraOrBuilder
        Returns:
        The enum numeric value on the wire for authLevel.
      • parseFrom

        public static Model.ClientExtra parseFrom​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(java.nio.ByteBuffer data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(com.google.protobuf.ByteString data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(com.google.protobuf.ByteString data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(byte[] data,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Model.ClientExtra parseFrom​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Model.ClientExtra parseFrom​(java.io.InputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Model.ClientExtra parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Model.ClientExtra parseDelimitedFrom​(java.io.InputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Model.ClientExtra parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Model.ClientExtra parseFrom​(com.google.protobuf.CodedInputStream input,
                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Model.ClientExtra,​Model.ClientExtra.Builder>