Interface MailServicePb.MailAttachmentOrBuilder (2.0.0)

public static interface MailServicePb.MailAttachmentOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getContentID()

public abstract String getContentID()
Returns
Type Description
String

getContentIDBytes()

public abstract ByteString getContentIDBytes()
Returns
Type Description
com.google.protobuf.ByteString

getDEPRECATEDContentIDSet()

public abstract boolean getDEPRECATEDContentIDSet()
Returns
Type Description
boolean

getData()

public abstract ByteString getData()
Returns
Type Description
com.google.protobuf.ByteString

getFileName()

public abstract String getFileName()
Returns
Type Description
String

getFileNameBytes()

public abstract ByteString getFileNameBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasContentID()

public abstract boolean hasContentID()
Returns
Type Description
boolean

hasDEPRECATEDContentIDSet()

public abstract boolean hasDEPRECATEDContentIDSet()
Returns
Type Description
boolean

hasData()

public abstract boolean hasData()
Returns
Type Description
boolean

hasFileName()

public abstract boolean hasFileName()
Returns
Type Description
boolean