Class AddAttachmentsToSetResult
- All Implemented Interfaces:
Serializable, Cloneable
The ID and expiry time of the attachment set returned by the AddAttachmentsToSet operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of the attachment set.The time and date when the attachment set expires.inthashCode()voidsetAttachmentSetId(String attachmentSetId) The ID of the attachment set.voidsetExpiryTime(String expiryTime) The time and date when the attachment set expires.toString()Returns a string representation of this object; useful for testing and debugging.withAttachmentSetId(String attachmentSetId) The ID of the attachment set.withExpiryTime(String expiryTime) The time and date when the attachment set expires.
-
Constructor Details
-
AddAttachmentsToSetResult
public AddAttachmentsToSetResult()
-
-
Method Details
-
setAttachmentSetId
The ID of the attachment set. If an
AttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Parameters:
attachmentSetId- The ID of the attachment set. If anAttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.
-
getAttachmentSetId
The ID of the attachment set. If an
AttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Returns:
- The ID of the attachment set. If an
AttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.
-
withAttachmentSetId
The ID of the attachment set. If an
AttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Parameters:
attachmentSetId- The ID of the attachment set. If anAttachmentSetIdwas not specified, a new attachment set is created, and the ID of the set is returned in the response. If anAttachmentSetIdwas specified, the attachments are added to the specified set, if it exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExpiryTime
The time and date when the attachment set expires.
- Parameters:
expiryTime- The time and date when the attachment set expires.
-
getExpiryTime
The time and date when the attachment set expires.
- Returns:
- The time and date when the attachment set expires.
-
withExpiryTime
The time and date when the attachment set expires.
- Parameters:
expiryTime- The time and date when the attachment set expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-