Uses of Class
io.resys.thena.api.actions.ImmutableTenantCommitResult
Packages that use ImmutableTenantCommitResult
-
Uses of ImmutableTenantCommitResult in io.resys.thena.api.actions
Methods in io.resys.thena.api.actions that return ImmutableTenantCommitResultModifier and TypeMethodDescriptionImmutableTenantCommitResult.Builder.build()Builds a newImmutableTenantCommitResult.static ImmutableTenantCommitResultImmutableTenantCommitResult.copyOf(TenantActions.TenantCommitResult instance) Creates an immutable copy of aTenantActions.TenantCommitResultvalue.ImmutableTenantCommitResult.withMessages(Message... elements) Copy the current immutable object with elements that replace the content ofmessages.ImmutableTenantCommitResult.withMessages(Iterable<? extends Message> elements) Copy the current immutable object with elements that replace the content ofmessages.Copy the current immutable object by setting a value for therepoattribute.ImmutableTenantCommitResult.withStatus(TenantActions.CommitStatus value) Copy the current immutable object by setting a value for thestatusattribute.