Package com.ibm.cloud.cloudant.v1.model
Class DesignDocumentInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.DesignDocumentInformation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DesignDocumentInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about a design document.
-
-
Constructor Summary
Constructors Constructor Description DesignDocumentInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Gets the name.DesignDocumentViewIndex
getViewIndex()
Gets the viewIndex.
-
-
-
Method Detail
-
getName
public String getName()
Gets the name. name.- Returns:
- the name
-
getViewIndex
public DesignDocumentViewIndex getViewIndex()
Gets the viewIndex. View index information.- Returns:
- the viewIndex
-
-