Uses of Class
io.dialob.client.api.ImmutableBodySource
-
Packages that use ImmutableBodySource Package Description io.dialob.client.api -
-
Uses of ImmutableBodySource in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableBodySource Modifier and Type Method Description ImmutableBodySourceImmutableBodySource.Builder. build()Builds a newImmutableBodySource.static ImmutableBodySourceImmutableBodySource. copyOf(DialobStore.BodySource instance)Creates an immutable copy of aDialobStore.BodySourcevalue.ImmutableBodySourceImmutableBodySource. withBodyType(DialobStore.BodyType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableBodySourceImmutableBodySource. withHash(String value)Copy the current immutable object by setting a value for thehashattribute.ImmutableBodySourceImmutableBodySource. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableBodySourceImmutableBodySource. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-