Class DocumentSearchResultAllOfDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.DocumentSearchResultAllOfDTO
-
public class DocumentSearchResultAllOfDTO extends Object
DocumentSearchResultAllOfDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentSearchResultAllOfDTO.DocTypeEnumGets or Sets docTypestatic classDocumentSearchResultAllOfDTO.SourceTypeEnumGets or Sets sourceTypestatic classDocumentSearchResultAllOfDTO.VisibilityEnumGets or Sets visibility
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_NAMEstatic StringSERIALIZED_NAME_API_PROVIDERstatic StringSERIALIZED_NAME_API_U_U_I_Dstatic StringSERIALIZED_NAME_API_VERSIONstatic StringSERIALIZED_NAME_DOC_TYPEstatic StringSERIALIZED_NAME_OTHER_TYPE_NAMEstatic StringSERIALIZED_NAME_SOURCE_TYPEstatic StringSERIALIZED_NAME_SOURCE_URLstatic StringSERIALIZED_NAME_SUMMARYstatic StringSERIALIZED_NAME_VISIBILITY
-
Constructor Summary
Constructors Constructor Description DocumentSearchResultAllOfDTO()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DOC_TYPE
public static final String SERIALIZED_NAME_DOC_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUMMARY
public static final String SERIALIZED_NAME_SUMMARY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE_TYPE
public static final String SERIALIZED_NAME_SOURCE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE_URL
public static final String SERIALIZED_NAME_SOURCE_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OTHER_TYPE_NAME
public static final String SERIALIZED_NAME_OTHER_TYPE_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VISIBILITY
public static final String SERIALIZED_NAME_VISIBILITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_NAME
public static final String SERIALIZED_NAME_API_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_API_VERSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_PROVIDER
public static final String SERIALIZED_NAME_API_PROVIDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_U_U_I_D
public static final String SERIALIZED_NAME_API_U_U_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
docType
public DocumentSearchResultAllOfDTO docType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)
-
getDocType
@Nullable public DocumentSearchResultAllOfDTO.DocTypeEnum getDocType()
Get docType- Returns:
- docType
-
setDocType
public void setDocType(DocumentSearchResultAllOfDTO.DocTypeEnum docType)
-
summary
public DocumentSearchResultAllOfDTO summary(String summary)
-
setSummary
public void setSummary(String summary)
-
sourceType
public DocumentSearchResultAllOfDTO sourceType(DocumentSearchResultAllOfDTO.SourceTypeEnum sourceType)
-
getSourceType
@Nullable public DocumentSearchResultAllOfDTO.SourceTypeEnum getSourceType()
Get sourceType- Returns:
- sourceType
-
setSourceType
public void setSourceType(DocumentSearchResultAllOfDTO.SourceTypeEnum sourceType)
-
sourceUrl
public DocumentSearchResultAllOfDTO sourceUrl(String sourceUrl)
-
setSourceUrl
public void setSourceUrl(String sourceUrl)
-
otherTypeName
public DocumentSearchResultAllOfDTO otherTypeName(String otherTypeName)
-
getOtherTypeName
@Nullable public String getOtherTypeName()
Get otherTypeName- Returns:
- otherTypeName
-
setOtherTypeName
public void setOtherTypeName(String otherTypeName)
-
visibility
public DocumentSearchResultAllOfDTO visibility(DocumentSearchResultAllOfDTO.VisibilityEnum visibility)
-
getVisibility
@Nullable public DocumentSearchResultAllOfDTO.VisibilityEnum getVisibility()
Get visibility- Returns:
- visibility
-
setVisibility
public void setVisibility(DocumentSearchResultAllOfDTO.VisibilityEnum visibility)
-
apiName
public DocumentSearchResultAllOfDTO apiName(String apiName)
-
setApiName
public void setApiName(String apiName)
-
apiVersion
public DocumentSearchResultAllOfDTO apiVersion(String apiVersion)
-
getApiVersion
@Nullable public String getApiVersion()
The version of the associated API- Returns:
- apiVersion
-
setApiVersion
public void setApiVersion(String apiVersion)
-
apiProvider
public DocumentSearchResultAllOfDTO apiProvider(String apiProvider)
-
setApiProvider
public void setApiProvider(String apiProvider)
-
apiUUID
public DocumentSearchResultAllOfDTO apiUUID(String apiUUID)
-
setApiUUID
public void setApiUUID(String apiUUID)
-
-