Class MessagingAttachmentResultData
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingAttachmentResultData
-
public class MessagingAttachmentResultData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingAttachmentResultData.Builder
-
Constructor Summary
Constructors Constructor Description MessagingAttachmentResultData()MessagingAttachmentResultData(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 MessagingAttachmentResultData.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()MessagingAttachmentResultDatawithFileName(java.lang.String fileName)Name of the attached fileMessagingAttachmentResultDatawithFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)Name of the attached fileMessagingAttachmentResultDatawithFileSize(double fileSize)Size of the attached fileMessagingAttachmentResultDatawithFileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)Size of the attached fileMessagingAttachmentResultDatawithFileType(java.lang.String fileType)MIME type of the attached fileMessagingAttachmentResultDatawithFileType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileType)MIME type of the attached fileMessagingAttachmentResultDatawithId(java.lang.String id)Unique identifierMessagingAttachmentResultDatawithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMessagingAttachmentResultDatawithRemoteId(java.lang.String remoteId)Provider's unique identifierMessagingAttachmentResultDatawithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
MessagingAttachmentResultData
public MessagingAttachmentResultData(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)
-
MessagingAttachmentResultData
public MessagingAttachmentResultData()
-
-
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 MessagingAttachmentResultData.Builder builder()
-
withId
public MessagingAttachmentResultData withId(java.lang.String id)
Unique identifier
-
withId
public MessagingAttachmentResultData withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public MessagingAttachmentResultData withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public MessagingAttachmentResultData withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withFileName
public MessagingAttachmentResultData withFileName(java.lang.String fileName)
Name of the attached file
-
withFileName
public MessagingAttachmentResultData withFileName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> fileName)
Name of the attached file
-
withFileSize
public MessagingAttachmentResultData withFileSize(double fileSize)
Size of the attached file
-
withFileSize
public MessagingAttachmentResultData withFileSize(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> fileSize)
Size of the attached file
-
withFileType
public MessagingAttachmentResultData withFileType(java.lang.String fileType)
MIME type of the attached file
-
withFileType
public MessagingAttachmentResultData 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
-
-