Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIInfoDTO.AudienceEnum
Packages that use APIInfoDTO.AudienceEnum
-
Uses of APIInfoDTO.AudienceEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIInfoDTO.AudienceEnumModifier and TypeMethodDescriptionstatic APIInfoDTO.AudienceEnumAPIInfoDTO.getAudience()The audience of the API.APIInfoDTO.AudienceEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static APIInfoDTO.AudienceEnumReturns the enum constant of this type with the specified name.static APIInfoDTO.AudienceEnum[]APIInfoDTO.AudienceEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type APIInfoDTO.AudienceEnumModifier and TypeMethodDescriptionAPIInfoDTO.audience(APIInfoDTO.AudienceEnum audience) voidAPIInfoDTO.setAudience(APIInfoDTO.AudienceEnum audience) voidAPIInfoDTO.AudienceEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIInfoDTO.AudienceEnum enumeration)