Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.builders | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
Space |
WWClient.createSpaceWithQuery(SpaceCreateGraphQLMutation mutationObject)
Easy helper method to create a Space with a SpaceCreateGraphQLMutation object
|
Modifier and Type | Method and Description |
---|---|
static SpaceCreateGraphQLMutation |
SpaceCreateGraphQLMutation.buildCreateSpaceMutationWithSpaceTitle(String title)
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a relevant Space title
|
static SpaceCreateGraphQLMutation |
SpaceCreateGraphQLMutation.buildCreateSpaceMutationWithSpaceTitleAndMembers(String title,
List<String> members)
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a relevant Space title and list of members
|
Modifier and Type | Method and Description |
---|---|
Space |
WWGraphQLEndpoint.createSpaceWithMutation(SpaceCreateGraphQLMutation mutationObject)
Create a space with a SpaceCreateGraphQLMutation object
|
Copyright © 2018 OpenNTF. All rights reserved.