Uses of Class
io.dialob.client.api.ImmutableComposerDocumentState.Builder
-
Packages that use ImmutableComposerDocumentState.Builder Package Description io.dialob.client.api -
-
Uses of ImmutableComposerDocumentState.Builder in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableComposerDocumentState.Builder Modifier and Type Method Description static ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState. builder()Creates a builder forImmutableComposerDocumentState.ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState.Builder. form(DialobDocument.FormDocument form)Initializes the value for theformattribute.ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState.Builder. from(DialobComposer.ComposerDocumentState instance)Fill a builder with attribute values from the providedComposerDocumentStateinstance.ImmutableComposerDocumentState.BuilderImmutableComposerDocumentState.Builder. revision(DialobDocument.FormRevisionDocument revision)Initializes the value for therevisionattribute.
-