public class DocumentDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentDTO.SourceTypeEnum
Gets or Sets sourceType
|
static class |
DocumentDTO.TypeEnum
Gets or Sets type
|
static class |
DocumentDTO.VisibilityEnum
Gets or Sets visibility
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_BY |
static String |
SERIALIZED_NAME_CREATED_TIME |
static String |
SERIALIZED_NAME_DOCUMENT_ID |
static String |
SERIALIZED_NAME_FILE_NAME |
static String |
SERIALIZED_NAME_INLINE_CONTENT |
static String |
SERIALIZED_NAME_LAST_UPDATED_BY |
static String |
SERIALIZED_NAME_LAST_UPDATED_TIME |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OTHER_TYPE_NAME |
static String |
SERIALIZED_NAME_SOURCE_TYPE |
static String |
SERIALIZED_NAME_SOURCE_URL |
static String |
SERIALIZED_NAME_SUMMARY |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VISIBILITY |
| Constructor and Description |
|---|
DocumentDTO() |
public static final String SERIALIZED_NAME_DOCUMENT_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SUMMARY
public static final String SERIALIZED_NAME_SOURCE_TYPE
public static final String SERIALIZED_NAME_SOURCE_URL
public static final String SERIALIZED_NAME_FILE_NAME
public static final String SERIALIZED_NAME_INLINE_CONTENT
public static final String SERIALIZED_NAME_OTHER_TYPE_NAME
public static final String SERIALIZED_NAME_VISIBILITY
public static final String SERIALIZED_NAME_CREATED_TIME
public static final String SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_LAST_UPDATED_TIME
public static final String SERIALIZED_NAME_LAST_UPDATED_BY
public DocumentDTO documentId(String documentId)
public void setDocumentId(String documentId)
public DocumentDTO name(String name)
public String getName()
public void setName(String name)
public DocumentDTO type(DocumentDTO.TypeEnum type)
public DocumentDTO.TypeEnum getType()
public void setType(DocumentDTO.TypeEnum type)
public DocumentDTO summary(String summary)
public void setSummary(String summary)
public DocumentDTO sourceType(DocumentDTO.SourceTypeEnum sourceType)
public DocumentDTO.SourceTypeEnum getSourceType()
public void setSourceType(DocumentDTO.SourceTypeEnum sourceType)
public DocumentDTO sourceUrl(String sourceUrl)
public void setSourceUrl(String sourceUrl)
public DocumentDTO fileName(String fileName)
public void setFileName(String fileName)
public DocumentDTO inlineContent(String inlineContent)
@Nullable public String getInlineContent()
public void setInlineContent(String inlineContent)
public DocumentDTO otherTypeName(String otherTypeName)
@Nullable public String getOtherTypeName()
public void setOtherTypeName(String otherTypeName)
public DocumentDTO visibility(DocumentDTO.VisibilityEnum visibility)
public DocumentDTO.VisibilityEnum getVisibility()
public void setVisibility(DocumentDTO.VisibilityEnum visibility)
public DocumentDTO createdTime(String createdTime)
public void setCreatedTime(String createdTime)
public DocumentDTO createdBy(String createdBy)
public void setCreatedBy(String createdBy)
public DocumentDTO lastUpdatedTime(String lastUpdatedTime)
@Nullable public String getLastUpdatedTime()
public void setLastUpdatedTime(String lastUpdatedTime)
public DocumentDTO lastUpdatedBy(String lastUpdatedBy)
@Nullable public String getLastUpdatedBy()
public void setLastUpdatedBy(String lastUpdatedBy)
Copyright © 2021 WSO2 Inc. All rights reserved.