public class SpaceGraphQLQuery extends BaseGraphQLQuery
Modifier and Type | Class and Description |
---|---|
static class |
SpaceGraphQLQuery.SpaceAttributes |
Constructor and Description |
---|
SpaceGraphQLQuery()
Creates a Space query with a blank ObjectDataSenderBuilder query object
|
SpaceGraphQLQuery(ObjectDataSenderBuilder query)
Creates a Space query with a pre-populated ObjectDataSenderBuilder query object
|
Modifier and Type | Method and Description |
---|---|
static SpaceGraphQLQuery |
buildSpaceGraphQueryWithSpaceId(String spaceId)
East method to create a basic Space query ObjectDataSenderBuilder for the relevant Space, filtered on id
|
addAttribute, addAttribute, addChild, addField, addField, addPageInfo, addPageInfo, getAttributesList, getChildren, getFieldsList, getObjectName, getOperationName, getQueryObject, hashCode, isHasItems, removeAttribute, removeAttribute, removeChild, removeField, removeField, removePageInfo, returnQuery, setAttributesList, setChildren, setFieldsList, setHasItems, setObjectName
public SpaceGraphQLQuery()
public SpaceGraphQLQuery(ObjectDataSenderBuilder query)
query
- ObjectDataSenderBuilder containing the query settingspublic static SpaceGraphQLQuery buildSpaceGraphQueryWithSpaceId(String spaceId) throws WWException
spaceId
- String id for the Space to returnWWException
- if spaceId is missingCopyright © 2018 OpenNTF. All rights reserved.