public class DocumentSearchResultAllOfDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentSearchResultAllOfDTO.DocTypeEnum
Gets or Sets docType
|
static class |
DocumentSearchResultAllOfDTO.SourceTypeEnum
Gets or Sets sourceType
|
static class |
DocumentSearchResultAllOfDTO.VisibilityEnum
Gets or Sets visibility
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_NAME |
static String |
SERIALIZED_NAME_API_PROVIDER |
static String |
SERIALIZED_NAME_API_U_U_I_D |
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_DOC_TYPE |
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_VISIBILITY |
| Constructor and Description |
|---|
DocumentSearchResultAllOfDTO() |
public static final String SERIALIZED_NAME_DOC_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_OTHER_TYPE_NAME
public static final String SERIALIZED_NAME_VISIBILITY
public static final String SERIALIZED_NAME_API_NAME
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_API_PROVIDER
public static final String SERIALIZED_NAME_API_U_U_I_D
public DocumentSearchResultAllOfDTO docType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)
@Nullable public DocumentSearchResultAllOfDTO.DocTypeEnum getDocType()
public void setDocType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)
public DocumentSearchResultAllOfDTO summary(String summary)
public void setSummary(String summary)
public DocumentSearchResultAllOfDTO sourceType(DocumentSearchResultAllOfDTO.SourceTypeEnum sourceType)
@Nullable public DocumentSearchResultAllOfDTO.SourceTypeEnum getSourceType()
public void setSourceType(DocumentSearchResultAllOfDTO.SourceTypeEnum sourceType)
public DocumentSearchResultAllOfDTO sourceUrl(String sourceUrl)
public void setSourceUrl(String sourceUrl)
public DocumentSearchResultAllOfDTO otherTypeName(String otherTypeName)
@Nullable public String getOtherTypeName()
public void setOtherTypeName(String otherTypeName)
public DocumentSearchResultAllOfDTO visibility(DocumentSearchResultAllOfDTO.VisibilityEnum visibility)
@Nullable public DocumentSearchResultAllOfDTO.VisibilityEnum getVisibility()
public void setVisibility(DocumentSearchResultAllOfDTO.VisibilityEnum visibility)
public DocumentSearchResultAllOfDTO apiName(String apiName)
public void setApiName(String apiName)
public DocumentSearchResultAllOfDTO apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public DocumentSearchResultAllOfDTO apiProvider(String apiProvider)
public void setApiProvider(String apiProvider)
public DocumentSearchResultAllOfDTO apiUUID(String apiUUID)
public void setApiUUID(String apiUUID)
Copyright © 2021 WSO2 Inc. All rights reserved.