Uses of Enum Class
io.resys.thena.api.actions.TenantActions.CommitStatus
Packages that use TenantActions.CommitStatus
-
Uses of TenantActions.CommitStatus in io.resys.thena.api.actions
Methods in io.resys.thena.api.actions that return TenantActions.CommitStatusModifier and TypeMethodDescriptionImmutableTenantCommitResult.getStatus()TenantActions.TenantCommitResult.getStatus()static TenantActions.CommitStatusReturns the enum constant of this class with the specified name.static TenantActions.CommitStatus[]TenantActions.CommitStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.thena.api.actions with parameters of type TenantActions.CommitStatusModifier and TypeMethodDescriptionImmutableTenantCommitResult.Builder.status(TenantActions.CommitStatus status) Initializes the value for thestatusattribute.ImmutableTenantCommitResult.withStatus(TenantActions.CommitStatus value) Copy the current immutable object by setting a value for thestatusattribute.