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.DocumentIndexingOptionsEnumServiceDocumentDescription.DocumentIndexingOptionsEnum. fromValue(String text)ServiceDocumentDescription.DocumentIndexingOptionsEnumServiceDocumentDescription.DocumentIndexingOptionsEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ServiceDocumentDescription.DocumentIndexingOptionsEnumServiceDocumentDescription.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 ServiceDocumentDescriptionServiceDocumentDescription. addDocumentIndexingOptionsItem(ServiceDocumentDescription.DocumentIndexingOptionsEnum documentIndexingOptionsItem)voidServiceDocumentDescription.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 ServiceDocumentDescriptionServiceDocumentDescription. documentIndexingOptions(List<ServiceDocumentDescription.DocumentIndexingOptionsEnum> documentIndexingOptions)voidServiceDocumentDescription. setDocumentIndexingOptions(List<ServiceDocumentDescription.DocumentIndexingOptionsEnum> documentIndexingOptions)