Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductDTO.AccessControlEnum
Packages that use APIProductDTO.AccessControlEnum
-
Uses of APIProductDTO.AccessControlEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductDTO.AccessControlEnumModifier and TypeMethodDescriptionAPIProductDTO.getAccessControl()Defines whether the API Product is restricted to certain set of publishers or creators or is it visible to all the publishers and creators.APIProductDTO.AccessControlEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static APIProductDTO.AccessControlEnum[]APIProductDTO.AccessControlEnum.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 APIProductDTO.AccessControlEnumModifier and TypeMethodDescriptionAPIProductDTO.accessControl(APIProductDTO.AccessControlEnum accessControl) voidAPIProductDTO.setAccessControl(APIProductDTO.AccessControlEnum accessControl) voidAPIProductDTO.AccessControlEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIProductDTO.AccessControlEnum enumeration)