Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.endpoints | |
org.opencode4workspace.graphql |
Modifier and Type | Method and Description |
---|---|
UpdateSpaceContainer |
WWClient.updateSpaceMembersAndTitle(String id,
String title,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Easy helper method for updating a Space members and title, returning UpdateSpaceContainer with array of member
IDs updated and Space object with updated title
|
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 |
---|---|
UpdateSpaceContainer |
WWGraphQLEndpoint.updateSpaceMembersAndTitle(String id,
String title,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Update the members of a Space and its title, returning a UpdateSpaceContainer containing an Array of members
updated and Space object with the new title
|
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
|
Modifier and Type | Method and Description |
---|---|
UpdateSpaceContainer |
DataContainer.getUpdateSpaceContainer() |
Copyright © 2018 OpenNTF. All rights reserved.