Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.ServiceDocumentDescription.DocumentIndexingOptionsEnum
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of ServiceDocumentDescription.DocumentIndexingOptionsEnum in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return ServiceDocumentDescription.DocumentIndexingOptionsEnum Modifier and Type Method Description static ServiceDocumentDescription.DocumentIndexingOptionsEnum
ServiceDocumentDescription.DocumentIndexingOptionsEnum. fromValue(String text)
ServiceDocumentDescription.DocumentIndexingOptionsEnum
ServiceDocumentDescription.DocumentIndexingOptionsEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static ServiceDocumentDescription.DocumentIndexingOptionsEnum
ServiceDocumentDescription.DocumentIndexingOptionsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceDocumentDescription.DocumentIndexingOptionsEnum[]
ServiceDocumentDescription.DocumentIndexingOptionsEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type ServiceDocumentDescription.DocumentIndexingOptionsEnum Modifier and Type Method Description List<ServiceDocumentDescription.DocumentIndexingOptionsEnum>
ServiceDocumentDescription. getDocumentIndexingOptions()
Get documentIndexingOptionsMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type ServiceDocumentDescription.DocumentIndexingOptionsEnum Modifier and Type Method Description ServiceDocumentDescription
ServiceDocumentDescription. addDocumentIndexingOptionsItem(ServiceDocumentDescription.DocumentIndexingOptionsEnum documentIndexingOptionsItem)
void
ServiceDocumentDescription.DocumentIndexingOptionsEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ServiceDocumentDescription.DocumentIndexingOptionsEnum enumeration)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type ServiceDocumentDescription.DocumentIndexingOptionsEnum Modifier and Type Method Description ServiceDocumentDescription
ServiceDocumentDescription. documentIndexingOptions(List<ServiceDocumentDescription.DocumentIndexingOptionsEnum> documentIndexingOptions)
void
ServiceDocumentDescription. setDocumentIndexingOptions(List<ServiceDocumentDescription.DocumentIndexingOptionsEnum> documentIndexingOptions)