public static interface SignalServiceProtos.ContactDetails.AvatarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
optional string contentType = 1; |
com.google.protobuf.ByteString |
getContentTypeBytes()
optional string contentType = 1; |
int |
getLength()
optional uint32 length = 2; |
boolean |
hasContentType()
optional string contentType = 1; |
boolean |
hasLength()
optional uint32 length = 2; |
boolean hasContentType()
optional string contentType = 1;java.lang.String getContentType()
optional string contentType = 1;com.google.protobuf.ByteString getContentTypeBytes()
optional string contentType = 1;boolean hasLength()
optional uint32 length = 2;int getLength()
optional uint32 length = 2;