public class AttachmentId
extends java.lang.Object
| Constructor and Description |
|---|
AttachmentId()
Initializes a new instance of the AttachmentId class.
|
AttachmentId(java.lang.String id)
Initializes a new instance of the AttachmentId class.
|
AttachmentId(java.lang.String id,
java.lang.String rootItemId)
Initializes a new instance of the AttachmentId class.
|
AttachmentId(java.lang.String id,
java.lang.String rootItemId,
java.lang.String rootItemChangeKey)
Initializes a new instance of the AttachmentId class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the unique identifier of the attachment.
|
java.lang.String |
getRootItemChangeKey()
Gets the change key of the root store item to which the attachment is attached.
|
java.lang.String |
getRootItemId()
Gets the unique identifier of the root store item to which the attachment is attached.
|
void |
setId(java.lang.String id)
Sets the unique identifier of the attachment.
|
void |
setRootItemChangeKey(java.lang.String rootItemChangeKey)
Sets the change key of the root store item to which the attachment is attached.
|
void |
setRootItemId(java.lang.String rootItemId)
Sets the unique identifier of the root store item to which the attachment is attached.
|
java.lang.String |
toString()
Converts the value of the current AttachmentId object to its equivalent string representation.
|
public AttachmentId()
public AttachmentId(java.lang.String id)
id - the idpublic AttachmentId(java.lang.String id,
java.lang.String rootItemId)
id - the idrootItemId - the root item idpublic AttachmentId(java.lang.String id,
java.lang.String rootItemId,
java.lang.String rootItemChangeKey)
id - the idrootItemId - the root item idrootItemChangeKey - the root item change keypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic java.lang.String getRootItemId()
public void setRootItemId(java.lang.String rootItemId)
rootItemId - the new root item idpublic java.lang.String getRootItemChangeKey()
public void setRootItemChangeKey(java.lang.String rootItemChangeKey)
rootItemChangeKey - the new root item change key