Class MessagingAttachment
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingAttachment
-
public class MessagingAttachment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingAttachment.Builder
-
Constructor Summary
Constructors Constructor Description MessagingAttachment()MessagingAttachment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagingAttachment.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.lang.String>fileName()Name of the attached fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.Double>fileSize()Size of the attached fileorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>fileType()MIME type of the attached fileinthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()MessagingAttachmentwithFileName(java.lang.String fileName)Name of the attached fileMessagingAttachmentwithFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)Name of the attached fileMessagingAttachmentwithFileSize(double fileSize)Size of the attached fileMessagingAttachmentwithFileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)Size of the attached fileMessagingAttachmentwithFileType(java.lang.String fileType)MIME type of the attached fileMessagingAttachmentwithFileType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)MIME type of the attached fileMessagingAttachmentwithId(java.lang.String id)Unique identifierMessagingAttachmentwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMessagingAttachmentwithRemoteId(java.lang.String remoteId)Provider's unique identifierMessagingAttachmentwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
MessagingAttachment
public MessagingAttachment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName, org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
-
MessagingAttachment
public MessagingAttachment()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
fileName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName()
Name of the attached file
-
fileSize
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize()
Size of the attached file
-
fileType
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType()
MIME type of the attached file
-
builder
public static MessagingAttachment.Builder builder()
-
withId
public MessagingAttachment withId(java.lang.String id)
Unique identifier
-
withId
public MessagingAttachment withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public MessagingAttachment withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public MessagingAttachment withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withFileName
public MessagingAttachment withFileName(java.lang.String fileName)
Name of the attached file
-
withFileName
public MessagingAttachment withFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
Name of the attached file
-
withFileSize
public MessagingAttachment withFileSize(double fileSize)
Size of the attached file
-
withFileSize
public MessagingAttachment withFileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)
Size of the attached file
-
withFileType
public MessagingAttachment withFileType(java.lang.String fileType)
MIME type of the attached file
-
withFileType
public MessagingAttachment withFileType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)
MIME type of the attached file
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-