Class MessagingAttachmentResultData.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingAttachmentResultData.Builder
-
- Enclosing class:
- MessagingAttachmentResultData
public static final class MessagingAttachmentResultData.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingAttachmentResultDatabuild()MessagingAttachmentResultData.BuilderfileName(java.lang.String fileName)Name of the attached fileMessagingAttachmentResultData.BuilderfileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)Name of the attached fileMessagingAttachmentResultData.BuilderfileSize(double fileSize)Size of the attached fileMessagingAttachmentResultData.BuilderfileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)Size of the attached fileMessagingAttachmentResultData.BuilderfileType(java.lang.String fileType)MIME type of the attached fileMessagingAttachmentResultData.BuilderfileType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)MIME type of the attached fileMessagingAttachmentResultData.Builderid(java.lang.String id)Unique identifierMessagingAttachmentResultData.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMessagingAttachmentResultData.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierMessagingAttachmentResultData.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public MessagingAttachmentResultData.Builder id(java.lang.String id)
Unique identifier
-
id
public MessagingAttachmentResultData.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public MessagingAttachmentResultData.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public MessagingAttachmentResultData.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
fileName
public MessagingAttachmentResultData.Builder fileName(java.lang.String fileName)
Name of the attached file
-
fileName
public MessagingAttachmentResultData.Builder fileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
Name of the attached file
-
fileSize
public MessagingAttachmentResultData.Builder fileSize(double fileSize)
Size of the attached file
-
fileSize
public MessagingAttachmentResultData.Builder fileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)
Size of the attached file
-
fileType
public MessagingAttachmentResultData.Builder fileType(java.lang.String fileType)
MIME type of the attached file
-
fileType
public MessagingAttachmentResultData.Builder fileType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
MIME type of the attached file
-
build
public MessagingAttachmentResultData build()
-
-