Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.builders | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
UpdateSpaceContainer |
WWClient.updateSpaceWithMutation(SpaceUpdateGraphQLMutation mutationObject)
Easy helper method for updating a Space Title / members / both returning an UpdateSpaceContainer with updated
Space details / updated members / both
|
Modifier and Type | Method and Description |
---|---|
static SpaceUpdateGraphQLMutation |
SpaceUpdateGraphQLMutation.buildUpdateSpaceMutationChangeMembers(String id,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a list of members
|
static SpaceUpdateGraphQLMutation |
SpaceUpdateGraphQLMutation.buildUpdateSpaceMutationChangeTitle(String id,
String title)
Easy method to creaate a basic UpdateSpace mutation ObjectDataSenderBuilder for a new Space title
|
static SpaceUpdateGraphQLMutation |
SpaceUpdateGraphQLMutation.buildUpdateSpaceMutationChangeTitleAndMembers(String id,
String title,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a new Space title and list of members
|
Modifier and Type | Method and Description |
---|---|
UpdateSpaceContainer |
WWGraphQLEndpoint.updateSpaceWithMutation(SpaceUpdateGraphQLMutation mutationObject)
Updates a Space with a query, returning a UpdateSpaceContainer containing an Array of members updated and Space
object with the new title
|
Copyright © 2018 OpenNTF. All rights reserved.