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