public static final class OutlookMetadata.Builder extends GeneratedMessage.Builder<OutlookMetadata.Builder> implements OutlookMetadataOrBuilderMicrosoft Outlook specific metadata.
Protobuf type google.backstory.OutlookMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > OutlookMetadata.BuilderImplements
OutlookMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public OutlookMetadata build()| Returns | |
|---|---|
| Type | Description |
OutlookMetadata |
|
buildPartial()
public OutlookMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
OutlookMetadata |
|
clear()
public OutlookMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
|
clearComment()
public OutlookMetadata.Builder clearComment()A user-defined comment or note associated with the Outlook item.
string comment = 1;
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
clearSecurityFlagsCount()
public OutlookMetadata.Builder clearSecurityFlagsCount()Count of Security-related flags for the message, such as encryption or signing status.
int32 security_flags_count = 4;
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
clearTemplate()
public OutlookMetadata.Builder clearTemplate()The name of the template file used to create the Outlook item.
string template = 2;
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
clearTitle()
public OutlookMetadata.Builder clearTitle()The title of the Outlook item.
string title = 3;
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
getComment()
public String getComment()A user-defined comment or note associated with the Outlook item.
string comment = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The comment. |
getCommentBytes()
public ByteString getCommentBytes()A user-defined comment or note associated with the Outlook item.
string comment = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for comment. |
getDefaultInstanceForType()
public OutlookMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OutlookMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSecurityFlagsCount()
public int getSecurityFlagsCount()Count of Security-related flags for the message, such as encryption or signing status.
int32 security_flags_count = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The securityFlagsCount. |
getTemplate()
public String getTemplate()The name of the template file used to create the Outlook item.
string template = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The template. |
getTemplateBytes()
public ByteString getTemplateBytes()The name of the template file used to create the Outlook item.
string template = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for template. |
getTitle()
public String getTitle()The title of the Outlook item.
string title = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public ByteString getTitleBytes()The title of the Outlook item.
string title = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(OutlookMetadata other)
public OutlookMetadata.Builder mergeFrom(OutlookMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
OutlookMetadata |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OutlookMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public OutlookMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
|
setComment(String value)
public OutlookMetadata.Builder setComment(String value)A user-defined comment or note associated with the Outlook item.
string comment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe comment to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setCommentBytes(ByteString value)
public OutlookMetadata.Builder setCommentBytes(ByteString value)A user-defined comment or note associated with the Outlook item.
string comment = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for comment to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setSecurityFlagsCount(int value)
public OutlookMetadata.Builder setSecurityFlagsCount(int value)Count of Security-related flags for the message, such as encryption or signing status.
int32 security_flags_count = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe securityFlagsCount to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setTemplate(String value)
public OutlookMetadata.Builder setTemplate(String value)The name of the template file used to create the Outlook item.
string template = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe template to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setTemplateBytes(ByteString value)
public OutlookMetadata.Builder setTemplateBytes(ByteString value)The name of the template file used to create the Outlook item.
string template = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for template to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setTitle(String value)
public OutlookMetadata.Builder setTitle(String value)The title of the Outlook item.
string title = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe title to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |
setTitleBytes(ByteString value)
public OutlookMetadata.Builder setTitleBytes(ByteString value)The title of the Outlook item.
string title = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for title to set. |
| Returns | |
|---|---|
| Type | Description |
OutlookMetadata.Builder |
This builder for chaining. |