Package com.clinia.model.registry
Class V1ResourceOperationUpsertAllOfUpsert<T>
java.lang.Object
com.clinia.model.registry.V1ResourceOperationUpsertAllOfUpsert<T>
The resource to upsert.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResources contained in this top-level resource.getData()Dynamic data attributes, based on the resource type.getId()The ID of the resource to upsert.getMeta()Get metagetType()The type of resource to upsert.inthashCode()putContained(String key, List<V1Resource> containedItem) setContained(Map<String, List<V1Resource>> contained) toString()
-
Constructor Details
-
V1ResourceOperationUpsertAllOfUpsert
public V1ResourceOperationUpsertAllOfUpsert()
-
-
Method Details
-
setId
-
getId
The ID of the resource to upsert. -
setType
-
getType
The type of resource to upsert. -
setData
-
getData
Dynamic data attributes, based on the resource type. -
setContained
-
putContained
public V1ResourceOperationUpsertAllOfUpsert<T> putContained(String key, List<V1Resource> containedItem) -
getContained
Resources contained in this top-level resource. Contained resources exists only within the context of this top-level resource. -
setMeta
-
getMeta
Get meta -
equals
-
hashCode
public int hashCode() -
toString
-