Package pbx

Interface Model.ClientExtraOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Model.ClientExtra, Model.ClientExtra.Builder
    Enclosing class:
    Model

    public static interface Model.ClientExtraOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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"];
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getAttachmentsList

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

        int getAttachmentsCount()
        repeated string attachments = 1 [json_name = "attachments"];
        Returns:
        The count of attachments.
      • getAttachments

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

        com.google.protobuf.ByteString getAttachmentsBytes​(int index)
        repeated string attachments = 1 [json_name = "attachments"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The attachments at the given index.
      • getOnBehalfOf

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

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

        int getAuthLevelValue()
        .pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];
        Returns:
        The enum numeric value on the wire for authLevel.
      • getAuthLevel

        Model.AuthLevel getAuthLevel()
        .pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];
        Returns:
        The authLevel.