Package us.kbase.workspace
Class AlterAdminObjectMetadataParams
- java.lang.Object
-
- us.kbase.workspace.AlterAdminObjectMetadataParams
-
@Generated("com.googlecode.jsonschema2pojo") public class AlterAdminObjectMetadataParams extends 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 Map<String,Object>getAdditionalProperties()List<ObjectMetadataUpdate>getUpdates()voidsetAdditionalProperties(String name, Object value)voidsetUpdates(List<ObjectMetadataUpdate> updates)StringtoString()AlterAdminObjectMetadataParamswithUpdates(List<ObjectMetadataUpdate> updates)
-
-
-
Method Detail
-
getUpdates
public List<ObjectMetadataUpdate> getUpdates()
-
setUpdates
public void setUpdates(List<ObjectMetadataUpdate> updates)
-
withUpdates
public AlterAdminObjectMetadataParams withUpdates(List<ObjectMetadataUpdate> updates)
-
-