Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.builders | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
WWClient.updateSpaceMembers(String id,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Easy helper method for updating a Space members returning List of member IDs updated
|
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
|
Modifier and Type | Method and Description |
---|---|
static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation |
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation[] |
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.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 |
---|---|
ArrayList<String> |
WWGraphQLEndpoint.updateSpaceMembers(String id,
List<String> members,
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation addOrRemove)
Update the members of a Space, returning List of members updated
|
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
|
Copyright © 2018 OpenNTF. All rights reserved.