Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO.VisibilityEnum
Packages that use APIDTO.VisibilityEnum
-
Uses of APIDTO.VisibilityEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIDTO.VisibilityEnumModifier and TypeMethodDescriptionstatic APIDTO.VisibilityEnumAPIDTO.getVisibility()The visibility level of the API.APIDTO.VisibilityEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static APIDTO.VisibilityEnumReturns the enum constant of this type with the specified name.static APIDTO.VisibilityEnum[]APIDTO.VisibilityEnum.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.VisibilityEnumModifier and TypeMethodDescriptionvoidAPIDTO.setVisibility(APIDTO.VisibilityEnum visibility) APIDTO.visibility(APIDTO.VisibilityEnum visibility) voidAPIDTO.VisibilityEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIDTO.VisibilityEnum enumeration)