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