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