Uses of Interface
io.resys.hdes.client.api.HdesStore.UpdateStoreEntityWithBodyType
Packages that use HdesStore.UpdateStoreEntityWithBodyType
-
Uses of HdesStore.UpdateStoreEntityWithBodyType in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesStore.UpdateStoreEntityWithBodyTypeModifier and TypeClassDescriptionfinal classImmutable implementation ofHdesStore.UpdateStoreEntityWithBodyType.Methods in io.resys.hdes.client.api that return types with arguments of type HdesStore.UpdateStoreEntityWithBodyTypeModifier and TypeMethodDescriptionHdesStore.ImportStoreEntity.getUpdate()com.google.common.collect.ImmutableList<HdesStore.UpdateStoreEntityWithBodyType>ImmutableImportStoreEntity.getUpdate()Methods in io.resys.hdes.client.api with parameters of type HdesStore.UpdateStoreEntityWithBodyTypeModifier and TypeMethodDescriptionImmutableImportStoreEntity.Builder.addUpdate(HdesStore.UpdateStoreEntityWithBodyType element) Adds one element toupdatelist.ImmutableImportStoreEntity.Builder.addUpdate(HdesStore.UpdateStoreEntityWithBodyType... elements) Adds elements toupdatelist.ImmutableUpdateStoreEntityWithBodyType.copyOf(HdesStore.UpdateStoreEntityWithBodyType instance) Creates an immutable copy of aHdesStore.UpdateStoreEntityWithBodyTypevalue.ImmutableUpdateStoreEntityWithBodyType.Builder.from(HdesStore.UpdateStoreEntityWithBodyType instance) Fill a builder with attribute values from the providedUpdateStoreEntityWithBodyTypeinstance.ImmutableImportStoreEntity.withUpdate(HdesStore.UpdateStoreEntityWithBodyType... elements) Copy the current immutable object with elements that replace the content ofupdate.Method parameters in io.resys.hdes.client.api with type arguments of type HdesStore.UpdateStoreEntityWithBodyTypeModifier and TypeMethodDescriptionImmutableImportStoreEntity.Builder.addAllUpdate(Iterable<? extends HdesStore.UpdateStoreEntityWithBodyType> elements) Adds elements toupdatelist.ImmutableImportStoreEntity.Builder.update(Iterable<? extends HdesStore.UpdateStoreEntityWithBodyType> elements) Sets or replaces all elements forupdatelist.ImmutableImportStoreEntity.withUpdate(Iterable<? extends HdesStore.UpdateStoreEntityWithBodyType> elements) Copy the current immutable object with elements that replace the content ofupdate.