Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.AdvertiseInfoDTO.VendorEnum
-
Packages that use AdvertiseInfoDTO.VendorEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of AdvertiseInfoDTO.VendorEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return AdvertiseInfoDTO.VendorEnum Modifier and Type Method Description static AdvertiseInfoDTO.VendorEnumAdvertiseInfoDTO.VendorEnum. fromValue(String value)AdvertiseInfoDTO.VendorEnumAdvertiseInfoDTO. getVendor()Get vendorAdvertiseInfoDTO.VendorEnumAdvertiseInfoDTO.VendorEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static AdvertiseInfoDTO.VendorEnumAdvertiseInfoDTO.VendorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AdvertiseInfoDTO.VendorEnum[]AdvertiseInfoDTO.VendorEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type AdvertiseInfoDTO.VendorEnum Modifier and Type Method Description voidAdvertiseInfoDTO. setVendor(AdvertiseInfoDTO.VendorEnum vendor)AdvertiseInfoDTOAdvertiseInfoDTO. vendor(AdvertiseInfoDTO.VendorEnum vendor)voidAdvertiseInfoDTO.VendorEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, AdvertiseInfoDTO.VendorEnum enumeration)
-