public class SpaceDeleteGraphQLMutation extends BaseGraphQLMutation
Modifier and Type | Class and Description |
---|---|
static class |
SpaceDeleteGraphQLMutation.DeleteSpaceFields |
Modifier and Type | Method and Description |
---|---|
static SpaceDeleteGraphQLMutation |
buildDeleteSpaceMutation(String id)
Easy method to delete a space for a given ID.
|
addInputField, addInputField, addReturnChild, addReturnField, addReturnField, addReturnObject, getFirstReturnObject, getInputFieldsMap, getInputObject, getOperationName, getReturnChildren, getReturnFieldsList, getReturnObjectName, getReturnObjects, hashCode, removeInputField, removeInputField, removeReturnChild, removeReturnField, removeReturnField, removeReturnObject, returnQuery, setInputFieldsMap, setReturnChildren, setReturnFieldsList, setReturnObjectName
public static SpaceDeleteGraphQLMutation buildDeleteSpaceMutation(String id) throws WWException
id
- String id of the space to deleteWWException
- if title is missingCopyright © 2018 OpenNTF. All rights reserved.