Uses of Class
org.wso2.am.integration.clients.governance.api.dto.ActionDTO.StateEnum
-
Packages that use ActionDTO.StateEnum Package Description org.wso2.am.integration.clients.governance.api.dto -
-
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.StateEnum Modifier and Type Method Description static ActionDTO.StateEnumActionDTO.StateEnum. fromValue(String value)ActionDTO.StateEnumActionDTO. getState()The state of the artifact to which the action is linked to.ActionDTO.StateEnumActionDTO.StateEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ActionDTO.StateEnumActionDTO.StateEnum. valueOf(String name)Returns 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.StateEnum Modifier and Type Method Description voidActionDTO. setState(ActionDTO.StateEnum state)ActionDTOActionDTO. state(ActionDTO.StateEnum state)voidActionDTO.StateEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ActionDTO.StateEnum enumeration)
-