Uses of Enum Class
dev.digiried.wattpilot.dto.AuthorizationState
Packages that use AuthorizationState
Package
Description
-
Uses of AuthorizationState in dev.digiried.wattpilot
Methods in dev.digiried.wattpilot that return AuthorizationStateModifier and TypeMethodDescriptionWattpilotStatus.getAuthorizationState()Get the configured authorization state. -
Uses of AuthorizationState in dev.digiried.wattpilot.commands
Methods in dev.digiried.wattpilot.commands that return types with arguments of type AuthorizationStateConstructors in dev.digiried.wattpilot.commands with parameters of type AuthorizationStateModifierConstructorDescriptionCreate a new command to set the authorization state. -
Uses of AuthorizationState in dev.digiried.wattpilot.dto
Methods in dev.digiried.wattpilot.dto that return AuthorizationStateModifier and TypeMethodDescriptionstatic AuthorizationStateAuthorizationState.fromValue(int value) Get the authorization state from the API value.PartialStatus.getAuthorizationState()Get the configured authorization state.static AuthorizationStateReturns the enum constant of this class with the specified name.static AuthorizationState[]AuthorizationState.values()Returns an array containing the constants of this enum class, in the order they are declared.