public static class RetrieveDocumentSetRequestType.DocumentRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentUniqueId |
protected String |
homeCommunityId |
protected String |
repositoryUniqueId |
| Constructor and Description |
|---|
DocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentUniqueId() |
String |
getHomeCommunityId() |
String |
getRepositoryUniqueId() |
void |
setDocumentUniqueId(String value) |
void |
setHomeCommunityId(String value) |
void |
setRepositoryUniqueId(String value) |
protected String homeCommunityId
protected String repositoryUniqueId
protected String documentUniqueId
public String getHomeCommunityId()
public void setHomeCommunityId(String value)
public String getRepositoryUniqueId()
public void setRepositoryUniqueId(String value)
public String getDocumentUniqueId()
public void setDocumentUniqueId(String value)
Copyright © 2021. All rights reserved.