Package com.clinia.model.registry
Class V1ResourceOperationCreateAllOfCreate<T>
java.lang.Object
com.clinia.model.registry.V1ResourceOperationCreateAllOfCreate<T>
The resource to create.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResources contained in this top-level resource.getData()Dynamic data attributes, based on the resource type.getId()Id of the resource to create (optional).getMeta()Get metagetType()The type of resource to create.inthashCode()putContained(String key, List<Object> containedItem) setContained(Map<String, List<Object>> contained) toString()
-
Constructor Details
-
V1ResourceOperationCreateAllOfCreate
public V1ResourceOperationCreateAllOfCreate()
-
-
Method Details
-
setId
-
getId
Id of the resource to create (optional). When not provided or equal to the special `@rootId` token (only allowed when contained is provided), the id will be generated. When provided and not equal to `@rootId`, id must follow pattern: `^[a-zA-Z0-9-][\\w-]{1,92}$`. Note: - The `@rootId` token can be used in any properties of type `reference` and, when provided, will be replaced by the actual id of the created resource. -
setType
-
getType
The type of resource to create. -
setData
-
getData
Dynamic data attributes, based on the resource type. -
setContained
-
putContained
-
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
-