Package com.databricks.sdk.service.iam
Class PartialUpdate
- java.lang.Object
-
- com.databricks.sdk.service.iam.PartialUpdate
-
@Generated public class PartialUpdate extends Object
-
-
Constructor Summary
Constructors Constructor Description PartialUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Collection<Patch>getOperations()Collection<PatchSchema>getSchema()inthashCode()PartialUpdatesetId(String id)PartialUpdatesetOperations(Collection<Patch> operations)PartialUpdatesetSchema(Collection<PatchSchema> schema)StringtoString()
-
-
-
Method Detail
-
setId
public PartialUpdate setId(String id)
-
getId
public String getId()
-
setOperations
public PartialUpdate setOperations(Collection<Patch> operations)
-
getOperations
public Collection<Patch> getOperations()
-
setSchema
public PartialUpdate setSchema(Collection<PatchSchema> schema)
-
getSchema
public Collection<PatchSchema> getSchema()
-
-