Package us.kbase.workspace
Class AlterAdminObjectMetadataParams
- java.lang.Object
-
- us.kbase.workspace.AlterAdminObjectMetadataParams
-
@Generated("com.googlecode.jsonschema2pojo") public class AlterAdminObjectMetadataParams extends java.lang.ObjectOriginal spec-file type: AlterAdminObjectMetadataParams
Input parameters for the alter_admin_object_metadata method. updates - the metadata updates to apply to the objects. If the same object is specified twice in the list, the update order is unspecified. At most 1000 updates are allowed in one call.
-
-
Constructor Summary
Constructors Constructor Description AlterAdminObjectMetadataParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.List<ObjectMetadataUpdate>getUpdates()voidsetAdditionalProperties(java.lang.String name, java.lang.Object value)voidsetUpdates(java.util.List<ObjectMetadataUpdate> updates)java.lang.StringtoString()AlterAdminObjectMetadataParamswithUpdates(java.util.List<ObjectMetadataUpdate> updates)
-
-
-
Method Detail
-
getUpdates
public java.util.List<ObjectMetadataUpdate> getUpdates()
-
setUpdates
public void setUpdates(java.util.List<ObjectMetadataUpdate> updates)
-
withUpdates
public AlterAdminObjectMetadataParams withUpdates(java.util.List<ObjectMetadataUpdate> updates)
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
setAdditionalProperties
public void setAdditionalProperties(java.lang.String name, java.lang.Object value)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-