public interface CatalogUpdateRequest extends RESTRequest
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
CatalogUpdateRequest.RemoveCatalogPropertyRequest
Request to remove a property from a catalog. 
 | 
static class  | 
CatalogUpdateRequest.RenameCatalogRequest
Request to rename a catalog. 
 | 
static class  | 
CatalogUpdateRequest.SetCatalogPropertyRequest
Request to set a property on a catalog. 
 | 
static class  | 
CatalogUpdateRequest.UpdateCatalogCommentRequest
Request to update the comment of a catalog. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CatalogChange | 
catalogChange()
Returns the catalog change associated with this request. 
 | 
validateCatalogChange catalogChange()