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.StringgetAttachments(int index)repeated string attachments = 1 [json_name = "attachments"];com.google.protobuf.ByteStringgetAttachmentsBytes(int index)repeated string attachments = 1 [json_name = "attachments"];intgetAttachmentsCount()repeated string attachments = 1 [json_name = "attachments"];java.util.List<java.lang.String>getAttachmentsList()repeated string attachments = 1 [json_name = "attachments"];Model.AuthLevelgetAuthLevel().pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];intgetAuthLevelValue().pbx.AuthLevel auth_level = 3 [json_name = "authLevel"];java.lang.StringgetOnBehalfOf()Root user may send messages on behalf of other users.com.google.protobuf.ByteStringgetOnBehalfOfBytes()Root user may send messages on behalf of other users.
-
-
-
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.
-
-