Uses of Interface
io.dialob.client.api.DialobDocument.FormRevisionEntryDocument
-
Packages that use DialobDocument.FormRevisionEntryDocument Package Description io.dialob.client.api -
-
Uses of DialobDocument.FormRevisionEntryDocument in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobDocument.FormRevisionEntryDocument Modifier and Type Class Description classImmutableFormRevisionEntryDocumentImmutable implementation ofDialobDocument.FormRevisionEntryDocument.Methods in io.dialob.client.api that return types with arguments of type DialobDocument.FormRevisionEntryDocument Modifier and Type Method Description List<DialobDocument.FormRevisionEntryDocument>DialobDocument.FormRevisionDocument. getEntries()com.google.common.collect.ImmutableList<DialobDocument.FormRevisionEntryDocument>ImmutableFormRevisionDocument. getEntries()Methods in io.dialob.client.api with parameters of type DialobDocument.FormRevisionEntryDocument Modifier and Type Method Description ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. addEntries(DialobDocument.FormRevisionEntryDocument element)Adds one element toentrieslist.ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. addEntries(DialobDocument.FormRevisionEntryDocument... elements)Adds elements toentrieslist.static ImmutableFormRevisionEntryDocumentImmutableFormRevisionEntryDocument. copyOf(DialobDocument.FormRevisionEntryDocument instance)Creates an immutable copy of aDialobDocument.FormRevisionEntryDocumentvalue.ImmutableFormRevisionEntryDocument.BuilderImmutableFormRevisionEntryDocument.Builder. from(DialobDocument.FormRevisionEntryDocument instance)Fill a builder with attribute values from the providedFormRevisionEntryDocumentinstance.ImmutableFormRevisionDocumentImmutableFormRevisionDocument. withEntries(DialobDocument.FormRevisionEntryDocument... elements)Copy the current immutable object with elements that replace the content ofentries.Method parameters in io.dialob.client.api with type arguments of type DialobDocument.FormRevisionEntryDocument Modifier and Type Method Description ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. addAllEntries(Iterable<? extends DialobDocument.FormRevisionEntryDocument> elements)Adds elements toentrieslist.ImmutableFormRevisionDocument.BuilderImmutableFormRevisionDocument.Builder. entries(Iterable<? extends DialobDocument.FormRevisionEntryDocument> elements)Sets or replaces all elements forentrieslist.ImmutableFormRevisionDocumentImmutableFormRevisionDocument. withEntries(Iterable<? extends DialobDocument.FormRevisionEntryDocument> elements)Copy the current immutable object with elements that replace the content ofentries.
-