Uses of Class
org.mule.oauth.client.api.state.DancerState
-
Packages that use DancerState Package Description org.mule.oauth.client.api.state -
-
Uses of DancerState in org.mule.oauth.client.api.state
Methods in org.mule.oauth.client.api.state that return DancerState Modifier and Type Method Description DancerStateResourceOwnerOAuthContext. getDancerState()DancerStateResourceOwnerOAuthContextWithRefreshState. getDancerState()static DancerStateDancerState. valueOf(String name)Returns the enum constant of this type with the specified name.static DancerState[]DancerState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mule.oauth.client.api.state with parameters of type DancerState Modifier and Type Method Description voidResourceOwnerOAuthContext. setDancerState(DancerState dancerState)Updates the state of the dancer for this context.voidResourceOwnerOAuthContextWithRefreshState. setDancerState(DancerState dancerState)
-