Uses of Enum
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.StateEnum
Packages that use ActionDTO.StateEnum
-
Uses of ActionDTO.StateEnum in org.wso2.am.integration.clients.governance.api.dto
Methods in org.wso2.am.integration.clients.governance.api.dto that return ActionDTO.StateEnumModifier and TypeMethodDescriptionstatic ActionDTO.StateEnumActionDTO.getState()The state of the artifact to which the action is linked to.ActionDTO.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ActionDTO.StateEnumReturns the enum constant of this type with the specified name.static ActionDTO.StateEnum[]ActionDTO.StateEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.governance.api.dto with parameters of type ActionDTO.StateEnumModifier and TypeMethodDescriptionvoidActionDTO.setState(ActionDTO.StateEnum state) ActionDTO.state(ActionDTO.StateEnum state) voidActionDTO.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.StateEnum enumeration)