Uses of Class
io.dialob.client.api.ImmutableReleaseWrapper
-
Packages that use ImmutableReleaseWrapper Package Description io.dialob.client.api -
-
Uses of ImmutableReleaseWrapper in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableReleaseWrapper Modifier and Type Method Description ImmutableReleaseWrapperImmutableReleaseWrapper.Builder. build()Builds a newImmutableReleaseWrapper.static ImmutableReleaseWrapperImmutableReleaseWrapper. copyOf(DialobClient.ReleaseWrapper instance)Creates an immutable copy of aDialobClient.ReleaseWrappervalue.ImmutableReleaseWrapperImmutableReleaseWrapper. withDocument(DialobDocument.FormReleaseDocument value)Copy the current immutable object by setting a value for thedocumentattribute.ImmutableReleaseWrapperImmutableReleaseWrapper. withSource(DialobStore.StoreEntity value)Copy the current immutable object by setting a value for thesourceattribute.
-