Uses of Class
io.resys.hdes.client.api.ImmutableImportStoreEntity
Packages that use ImmutableImportStoreEntity
-
Uses of ImmutableImportStoreEntity in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableImportStoreEntityModifier and TypeMethodDescriptionImmutableImportStoreEntity.Builder.build()Builds a newImmutableImportStoreEntity.static ImmutableImportStoreEntityImmutableImportStoreEntity.copyOf(HdesStore.ImportStoreEntity instance) Creates an immutable copy of aHdesStore.ImportStoreEntityvalue.ImmutableImportStoreEntity.withCreate(HdesStore.CreateStoreEntity... elements) Copy the current immutable object with elements that replace the content ofcreate.ImmutableImportStoreEntity.withCreate(Iterable<? extends HdesStore.CreateStoreEntity> elements) Copy the current immutable object with elements that replace the content ofcreate.ImmutableImportStoreEntity.withUpdate(HdesStore.UpdateStoreEntityWithBodyType... elements) Copy the current immutable object with elements that replace the content ofupdate.ImmutableImportStoreEntity.withUpdate(Iterable<? extends HdesStore.UpdateStoreEntityWithBodyType> elements) Copy the current immutable object with elements that replace the content ofupdate.