Skip navigation links
A B C D E G H I M O P R S T U V W 

A

AbstractWWGraphQLEndpoint - Class in org.opencode4workspace.endpoints
 
AbstractWWGraphQLEndpoint(IWWClient) - Constructor for class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
Actor - Class in org.opencode4workspace.bo
 
Actor() - Constructor for class org.opencode4workspace.bo.Actor
 
addAttribute(String, Object) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addAttribute(WWFieldsAttributesInterface, Object) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addAttribute(String, Object) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.addAttribute(String, Object)
addAttribute(WWFieldsAttributesInterface, Object) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
addAttribute(String, Object) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Add an attribute by which to filter the request
addAttribute(WWFieldsAttributesInterface, Object) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Add an attribute by which to filter the request
addChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addChild(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.addChild(IDataSenderBuilder)
addChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Add a request for a specific child from the object
addField(String) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addField(String) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.addField(String)
addField(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
addField(String, Object) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
Adds a field and its value to set via the mutation
addField(WWFieldsAttributesInterface, Object) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
Adds a field and its value to set via the mutation
addField(String) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Add a field to return from the object
addField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Add a field to request from the object
addInputField(String, String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addInputField(WWFieldsAttributesInterface, Object) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addInputField(String, String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to InputDataSenderBuilder.addField(String, Object)
addInputField(WWFieldsAttributesInterface, Object) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
addPageInfo() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addPageInfo(ObjectDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
addPageInfo() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.addPageInfo()
addPageInfo(ObjectDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
addPageInfo() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Adds a query to retrieve the full, default PageInfo object
addPageInfo(ObjectDataSenderBuilder) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Adds a query to retrieve a custom set of PageInfo
addReturnChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addReturnChild(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.addChild(IDataSenderBuilder)
addReturnField(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addReturnField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addReturnField(String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.addField(String)
addReturnField(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
addReturnObject(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
addReturnObject(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
Annotation - Class in org.opencode4workspace.bo
 
Annotation() - Constructor for class org.opencode4workspace.bo.Annotation
 
AppMessage - Class in org.opencode4workspace.endpoints
 
AppMessage() - Constructor for class org.opencode4workspace.endpoints.AppMessage
 
AppMessageBuilder - Class in org.opencode4workspace.builders
 
AppMessageBuilder() - Constructor for class org.opencode4workspace.builders.AppMessageBuilder
Constructor
AppToken - Class in org.opencode4workspace.authentication
 
AppToken() - Constructor for class org.opencode4workspace.authentication.AppToken
 
AppToken.TokenScope - Enum in org.opencode4workspace.authentication
 
AppToken.TokenType - Enum in org.opencode4workspace.authentication
 
authenticate() - Method in interface org.opencode4workspace.IWWClient
Attempt authentication of the WWClient
authenticate() - Method in class org.opencode4workspace.WWClient
 
authenticateApplication(String) - Method in interface org.opencode4workspace.authentication.AuthenticationEndpoint
Creates POST request for authentication and returns result, if successful, or generates error, if not
authenticateApplication(String) - Method in class org.opencode4workspace.endpoints.WWAuthenticationEndpoint
 
AUTHENTICATION - Static variable in class org.opencode4workspace.endpoints.WWDefinedEndpoints
 
AuthenticationEndpoint - Interface in org.opencode4workspace.authentication
 
AuthenticationResult - Class in org.opencode4workspace.authentication
 
AuthenticationResult(String, int, String, String, String) - Constructor for class org.opencode4workspace.authentication.AuthenticationResult
Constructs AuthenticationResult from parameters.
AUTHORIZATION - Static variable in class org.opencode4workspace.endpoints.WWDefinedEndpoints
 
authorizeUser(String, String, String) - Method in interface org.opencode4workspace.authentication.AuthenticationEndpoint
Creates POST request for authorizing user and returns result, if successful, or generates error, if not
authorizeUser(String, String, String) - Method in class org.opencode4workspace.endpoints.WWAuthenticationEndpoint
 

B

BaseGraphQLMutation - Class in org.opencode4workspace.builders
 
BaseGraphQLMutation(String, InputDataSenderBuilder, IDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.BaseGraphQLMutation
Constructor, passing in everything required to build the query
BaseGraphQLMutation(String, InputDataSenderBuilder, IDataSenderBuilder...) - Constructor for class org.opencode4workspace.builders.BaseGraphQLMutation
Constructor, passing in multiple return objects to build the query
BaseGraphQLQuery - Class in org.opencode4workspace.builders
 
BaseGraphQLQuery(String, ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.BaseGraphQLQuery
Constructor, passing in everything required to build the query
BasicCreatedByUpdatedByDataSenderBuilder - Class in org.opencode4workspace.builders
 
BasicCreatedByUpdatedByDataSenderBuilder() - Constructor for class org.opencode4workspace.builders.BasicCreatedByUpdatedByDataSenderBuilder
Constructor
BasicCreatedByUpdatedByDataSenderBuilder(String) - Constructor for class org.opencode4workspace.builders.BasicCreatedByUpdatedByDataSenderBuilder
Overloaded constructor, with object name to define, e.g.
BasicCreatedByUpdatedByDataSenderBuilder(WWChildInterface) - Constructor for class org.opencode4workspace.builders.BasicCreatedByUpdatedByDataSenderBuilder
Overloaded constructor, with enum for obejct name to define, e.g.
BasicPaginationEnum - Enum in org.opencode4workspace.graphql
 
build() - Method in class org.opencode4workspace.builders.AppMessageBuilder
Build the AppMessage object (Actor is a child of AppMessage)
build() - Method in interface org.opencode4workspace.builders.IDataSenderBuilder
Builds the JSON stream to send.
build(boolean) - Method in interface org.opencode4workspace.builders.IDataSenderBuilder
Builds the JSON stream to send, optionally adding pretty styling
build() - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
build(boolean) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
build() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
build(boolean) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
build() - Method in class org.opencode4workspace.builders.ScalarDataSenderBuilder
 
build(boolean) - Method in class org.opencode4workspace.builders.ScalarDataSenderBuilder
 
buildClientApplicationAccess(String, String, AuthenticationEndpoint) - Static method in class org.opencode4workspace.WWClient
Creates an application-level WWClient, not associated with a specific user
buildClientUserAccess(String, String, String, AuthenticationEndpoint, String) - Static method in class org.opencode4workspace.WWClient
Creates and returns a WWClient for a specific user
buildCreateSpaceMutationWithSpaceTitle(String) - Static method in class org.opencode4workspace.builders.SpaceCreateGraphQLMutation
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a relevant Space title
buildCreateSpaceMutationWithSpaceTitleAndMembers(String, List<String>) - Static method in class org.opencode4workspace.builders.SpaceCreateGraphQLMutation
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a relevant Space title and list of members
buildDeleteSpaceMutation(String) - Static method in class org.opencode4workspace.builders.SpaceDeleteGraphQLMutation
Easy method to delete a space for a given ID.
buildFromToken(AppToken) - Static method in class org.opencode4workspace.authentication.AuthenticationResult
Builds an AuthenticationResult object from the AppToken object constructed from JSON returned by the authentication process
buildJson(T) - Method in class org.opencode4workspace.json.RequestBuilder
Builds JSON string from the object passed
buildMessageGraphQueryWithMessageId(String) - Static method in class org.opencode4workspace.builders.MessageGraphQLQuery
East method to create a basic Message query ObjectDataSenderBuilder for the relevant Message, filtered on id
buildMyProfileQuery() - Static method in class org.opencode4workspace.builders.PersonGraphQLQuery
East method to create a basic Person query ObjectDataSenderBuilder for "me"
buildPersonQueryByEmail(String) - Static method in class org.opencode4workspace.builders.PersonGraphQLQuery
East method to create a basic Person query ObjectDataSenderBuilder for the relevant Person filtered on email
buildPersonQueryById(List<String>) - Static method in class org.opencode4workspace.builders.PeopleGraphQLQuery
Builds a People query based on a List of IDs of person entries
buildPersonQueryById(String) - Static method in class org.opencode4workspace.builders.PersonGraphQLQuery
East method to create a basic Person query ObjectDataSenderBuilder for the relevant Person, filtered on id
buildPersonQueryByName(String) - Static method in class org.opencode4workspace.builders.PeopleGraphQLQuery
Builds a People query based on a word in a person's name
buildSpaceGraphQueryWithSpaceId(String) - Static method in class org.opencode4workspace.builders.SpaceGraphQLQuery
East method to create a basic Space query ObjectDataSenderBuilder for the relevant Space, filtered on id
buildSpaceMemberGraphQueryBySpaceId(String) - Static method in class org.opencode4workspace.builders.SpaceMembersGraphQLQuery
Easy method to create a basic Conversation query ObjectDataSenderBuilder for a relevant conversation ID
buildStandardConversationQueryById(String) - Static method in class org.opencode4workspace.builders.ConversationGraphQLQuery
Easy method to create a basic Conversation query ObjectDataSenderBuilder for a relevant conversation ID
buildStandardGetSpacesQuery() - Static method in class org.opencode4workspace.builders.SpacesGraphQLQuery
Easy method to create a basic Spaces query ObjectDataSenderBuilder
buildUpdateSpaceMutationChangeMembers(String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Static method in class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a list of members
buildUpdateSpaceMutationChangeTitle(String, String) - Static method in class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Easy method to creaate a basic UpdateSpace mutation ObjectDataSenderBuilder for a new Space title
buildUpdateSpaceMutationChangeTitleAndMembers(String, String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Static method in class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Easy method to create a basic CreateSpace mutation ObjectDataSenderBuilder for a new Space title and list of members

C

Conversation - Class in org.opencode4workspace.bo
 
Conversation() - Constructor for class org.opencode4workspace.bo.Conversation
 
Conversation.ConversationChildren - Enum in org.opencode4workspace.bo
 
Conversation.ConversationFields - Enum in org.opencode4workspace.bo
 
CONVERSATION_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Conversation
 
ConversationGraphQLQuery - Class in org.opencode4workspace.builders
 
ConversationGraphQLQuery() - Constructor for class org.opencode4workspace.builders.ConversationGraphQLQuery
Creates a Conversation query with a blank ObjectDataSenderBuilder query object
ConversationGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.ConversationGraphQLQuery
Creates a Conversation query with a pre-populated ObjectDataSenderBuilder query object
ConversationGraphQLQuery.ConversationAttributes - Enum in org.opencode4workspace.builders
 
ConversationWrapper - Class in org.opencode4workspace.graphql
 
ConversationWrapper() - Constructor for class org.opencode4workspace.graphql.ConversationWrapper
 
CREATE_SPACE_MUTATION_NAME - Static variable in class org.opencode4workspace.bo.Space
 
createSpace(String, List<String>) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Create a space with a title and list of members
createSpace(String, List<String>) - Method in class org.opencode4workspace.WWClient
Easy helper method to create a Space with a title and list of Members
createSpace(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to create a Space with a title
CreateSpaceContainer - Class in org.opencode4workspace.graphql
 
CreateSpaceContainer() - Constructor for class org.opencode4workspace.graphql.CreateSpaceContainer
 
createSpaceWithMutation(SpaceCreateGraphQLMutation) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Create a space with a SpaceCreateGraphQLMutation object
createSpaceWithQuery(SpaceCreateGraphQLMutation) - Method in class org.opencode4workspace.WWClient
Easy helper method to create a Space with a SpaceCreateGraphQLMutation object

D

DataContainer - Class in org.opencode4workspace.graphql
 
DataContainer() - Constructor for class org.opencode4workspace.graphql.DataContainer
 
DELETE_SPACE_MUTATION_NAME - Static variable in class org.opencode4workspace.bo.Space
 
deleteSpace(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Delete a space for a given ID
deleteSpace(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to delete a Space
DeleteSpaceContainer - Class in org.opencode4workspace.graphql
 
DeleteSpaceContainer() - Constructor for class org.opencode4workspace.graphql.DeleteSpaceContainer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.opencode4workspace.json.TokenScopeDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.opencode4workspace.json.TokenTypeDeserializer
 

E

ErrorContainer - Class in org.opencode4workspace.graphql
 
ErrorContainer() - Constructor for class org.opencode4workspace.graphql.ErrorContainer
 
executeRequest() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
executeRequest() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
Runs the main code to execute the GraphQL request on Watson Work Services.

G

getAccess_Token() - Method in class org.opencode4workspace.authentication.AppToken
 
getActor() - Method in class org.opencode4workspace.bo.Annotation
 
getAnnotations() - Method in class org.opencode4workspace.bo.Message
 
getAnnotations() - Method in class org.opencode4workspace.endpoints.AppMessage
 
getAppCredentials() - Method in interface org.opencode4workspace.IWWClient
Converts appId and appSecret into required content for Authorization header
getAppCredentials() - Method in class org.opencode4workspace.WWClient
 
getAttributesList() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getAttributesList() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
 
getAttributesList() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
getAvatar() - Method in class org.opencode4workspace.bo.Actor
 
getChildren() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getChildren() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.getChildren()
getChildren() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
getClient() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
getClient() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
getClientType() - Method in interface org.opencode4workspace.IWWClient
Getter for ClientType, dependent upon the initialiser user
getClientType() - Method in class org.opencode4workspace.WWClient
 
getColor() - Method in class org.opencode4workspace.bo.Annotation
 
getContent() - Method in class org.opencode4workspace.bo.Message
 
getContentType() - Method in class org.opencode4workspace.bo.Message
 
getConversation() - Method in class org.opencode4workspace.bo.Space
 
getConversation(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get basic data Conversation object for relevant Conversation
getConversation() - Method in class org.opencode4workspace.graphql.DataContainer
 
getConversation() - Method in class org.opencode4workspace.graphql.SpaceWrapper
 
getConversationById(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Conversation and its details by a conversation id
getConversationWithQuery(ConversationGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get Conversation object with query
getConversationWithQuery(ConversationGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Conversation and its details with a query
getCreated() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets date when the authentication result was created
getCreated() - Method in class org.opencode4workspace.bo.Annotation
 
getCreated() - Method in class org.opencode4workspace.bo.Conversation
 
getCreated() - Method in class org.opencode4workspace.bo.Message
 
getCreated() - Method in class org.opencode4workspace.bo.MessageResponse
 
getCreated() - Method in class org.opencode4workspace.bo.Person
 
getCreated() - Method in class org.opencode4workspace.bo.Space
 
getCreatedBy() - Method in class org.opencode4workspace.bo.Annotation
 
getCreatedBy() - Method in class org.opencode4workspace.bo.Conversation
 
getCreatedBy() - Method in class org.opencode4workspace.bo.Message
 
getCreatedBy() - Method in class org.opencode4workspace.bo.MessageResponse
 
getCreatedBy() - Method in class org.opencode4workspace.bo.Person
 
getCreatedBy() - Method in class org.opencode4workspace.bo.Space
 
getCreateSpace() - Method in class org.opencode4workspace.graphql.DataContainer
 
getCustomerId() - Method in class org.opencode4workspace.bo.Person
 
getData() - Method in class org.opencode4workspace.graphql.GraphResultContainer
 
getDeletionSuccessful() - Method in class org.opencode4workspace.graphql.DataContainer
 
getDescription() - Method in class org.opencode4workspace.bo.Space
 
getDisplayName() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets the display name for the user, not currently in authentication result for applications
getDisplayName() - Method in class org.opencode4workspace.authentication.PeopleToken
 
getDisplayName() - Method in class org.opencode4workspace.bo.Person
 
getEmail() - Method in class org.opencode4workspace.bo.Person
 
getEmailAddresses() - Method in class org.opencode4workspace.bo.Person
 
getEndCursor() - Method in class org.opencode4workspace.bo.PageInfo
 
getEnumClass() - Method in enum org.opencode4workspace.bo.Conversation.ConversationChildren
 
getEnumClass() - Method in enum org.opencode4workspace.bo.Message.MessageChildren
 
getEnumClass() - Method in enum org.opencode4workspace.bo.Person.PersonChildren
 
getEnumClass() - Method in enum org.opencode4workspace.bo.Space.SpaceChildren
 
getEnumClass() - Method in interface org.opencode4workspace.bo.WWChildInterface
 
getErrors() - Method in class org.opencode4workspace.graphql.GraphResultContainer
 
getExpires() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets the length of time before the token will expire
getExpires_In() - Method in class org.opencode4workspace.authentication.AppToken
 
getExpiresIn() - Method in interface org.opencode4workspace.IWWClient
Gets the length of time until the token expires from the AuthenticationResult
getExpiresIn() - Method in class org.opencode4workspace.WWClient
 
getExtId() - Method in class org.opencode4workspace.bo.Person
 
getField() - Method in class org.opencode4workspace.graphql.ErrorContainer
 
getFieldsList() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getFieldsList() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.getFieldsList()
getFieldsList() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
getFieldsMap() - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
getFirstReturnObject() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getFirstReturnObject() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
getGenericAnnotations() - Method in class org.opencode4workspace.bo.Message
 
getId() - Method in class org.opencode4workspace.authentication.AppToken
 
getId() - Method in class org.opencode4workspace.bo.Annotation
 
getId() - Method in class org.opencode4workspace.bo.Conversation
 
getId() - Method in class org.opencode4workspace.bo.Message
 
getId() - Method in class org.opencode4workspace.bo.MessageResponse
 
getId() - Method in class org.opencode4workspace.bo.Person
 
getId() - Method in class org.opencode4workspace.bo.Space
 
getInputFieldsMap() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getInputFieldsMap() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to InputDataSenderBuilder.getFieldsMap()
getInputObject() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getInputObject() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
getItems() - Method in class org.opencode4workspace.graphql.MembersContainer
 
getItems() - Method in class org.opencode4workspace.graphql.MessagesContainer
 
getItems() - Method in class org.opencode4workspace.graphql.SpacesContainer
 
getJti() - Method in class org.opencode4workspace.authentication.AppToken
 
getJtId() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets JTI id returned in authentication result
getJwtToken() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets the JWT token returned in authentication result
getJWTToken() - Method in interface org.opencode4workspace.IWWClient
Gets JWT token for the user / application from the AuthenticationResult.
getJWTToken() - Method in class org.opencode4workspace.WWClient
 
getLabel() - Method in enum org.opencode4workspace.bo.Conversation.ConversationChildren
 
getLabel() - Method in enum org.opencode4workspace.bo.Conversation.ConversationFields
 
getLabel() - Method in enum org.opencode4workspace.bo.Message.MessageChildren
 
getLabel() - Method in enum org.opencode4workspace.bo.Message.MessageFields
 
getLabel() - Method in enum org.opencode4workspace.bo.PageInfo.PageInfoFields
 
getLabel() - Method in enum org.opencode4workspace.bo.Person.PersonChildren
 
getLabel() - Method in enum org.opencode4workspace.bo.Person.PersonFields
 
getLabel() - Method in enum org.opencode4workspace.bo.Space.SpaceChildren
 
getLabel() - Method in enum org.opencode4workspace.bo.Space.SpaceFields
 
getLabel() - Method in interface org.opencode4workspace.bo.WWChildInterface
 
getLabel() - Method in interface org.opencode4workspace.bo.WWFieldsAttributesInterface
 
getLabel() - Method in enum org.opencode4workspace.builders.ConversationGraphQLQuery.ConversationAttributes
 
getLabel() - Method in enum org.opencode4workspace.builders.MessageGraphQLQuery.MessageAttributes
 
getLabel() - Method in enum org.opencode4workspace.builders.PeopleGraphQLQuery.PeopleAttributes
 
getLabel() - Method in enum org.opencode4workspace.builders.PersonGraphQLQuery.PersonAttributes
 
getLabel() - Method in enum org.opencode4workspace.builders.SpaceCreateGraphQLMutation.CreateSpaceFields
 
getLabel() - Method in enum org.opencode4workspace.builders.SpaceDeleteGraphQLMutation.DeleteSpaceFields
 
getLabel() - Method in enum org.opencode4workspace.builders.SpaceGraphQLQuery.SpaceAttributes
 
getLabel() - Method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
 
getLabel() - Method in enum org.opencode4workspace.graphql.BasicPaginationEnum
 
getMe() - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Simplified access method, to load GraphQL query for getting Me object
getMe() - Method in class org.opencode4workspace.graphql.DataContainer
 
getMe() - Method in class org.opencode4workspace.WWClient
Easy helper method to get My Person object.
getMemberIdsChanged() - Method in class org.opencode4workspace.graphql.UpdateSpaceContainer
 
getMembers() - Method in class org.opencode4workspace.bo.Space
 
getMembers() - Method in class org.opencode4workspace.graphql.SpaceWrapper
 
getMembersUpdated() - Method in class org.opencode4workspace.bo.Space
 
getMessage() - Method in class org.opencode4workspace.graphql.DataContainer
 
getMessage() - Method in class org.opencode4workspace.graphql.ErrorContainer
 
getMessageById(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get a Message by using a messageId
getMessageById(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Message and its details by id
getMessages() - Method in class org.opencode4workspace.bo.Conversation
 
getMessages() - Method in class org.opencode4workspace.graphql.ConversationWrapper
 
getMessageWithQuery(MessageGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get a Message by using a messageId
getMessageWithQuery(MessageGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Message and its details with a query
getMutationName() - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
getName() - Method in class org.opencode4workspace.bo.Actor
 
getObjectClassType() - Method in enum org.opencode4workspace.bo.Conversation.ConversationFields
 
getObjectClassType() - Method in enum org.opencode4workspace.bo.Message.MessageFields
 
getObjectClassType() - Method in enum org.opencode4workspace.bo.PageInfo.PageInfoFields
 
getObjectClassType() - Method in enum org.opencode4workspace.bo.Person.PersonFields
 
getObjectClassType() - Method in enum org.opencode4workspace.bo.Space.SpaceFields
 
getObjectClassType() - Method in interface org.opencode4workspace.bo.WWFieldsAttributesInterface
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.ConversationGraphQLQuery.ConversationAttributes
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.MessageGraphQLQuery.MessageAttributes
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.PeopleGraphQLQuery.PeopleAttributes
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.PersonGraphQLQuery.PersonAttributes
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceCreateGraphQLMutation.CreateSpaceFields
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceDeleteGraphQLMutation.DeleteSpaceFields
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceGraphQLQuery.SpaceAttributes
 
getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
 
getObjectClassType() - Method in enum org.opencode4workspace.graphql.BasicPaginationEnum
 
getObjectName() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getObjectName() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.getObjectName()
getObjectName() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
getOperationName() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getOperationName() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getOperationName() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
getOperationName() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
 
getOperationName() - Method in class org.opencode4workspace.json.GraphQLRequest
 
getPeople(List<String>) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Gets People matching the passed ids
getPeople() - Method in class org.opencode4workspace.graphql.DataContainer
 
getPeople(List<String>) - Method in class org.opencode4workspace.WWClient
Easy helper method to get Person objects with ids
getPeopleByName(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Gets People matching the single word name passed.
getPeopleByName(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get Person objects with part of a name
getPeopleWithQuery(PeopleGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get People with query
getPeopleWithQuery(PeopleGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get Person objects with a query
getPerson() - Method in class org.opencode4workspace.graphql.DataContainer
 
getPersonByEmail(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Simplified access method, to load GraphQL query for getting Person by email or "me" if personId is blank
getPersonByEmail(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Person with a person email.
getPersonById(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Simplified access method, to load GraphQL query for getting Person by ID or "me" if personId is blank
getPersonById(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Person with a person id.
getPersonWithQuery(PersonGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get Person Object with GraphQL Query
getPersonWithQuery(PersonGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Person with a query
getPhotoUrl() - Method in class org.opencode4workspace.bo.Person
 
getProfileDump() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
getProfileDump() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
getProviderId() - Method in class org.opencode4workspace.authentication.PeopleToken
 
getQuery() - Method in class org.opencode4workspace.json.GraphQLRequest
 
getQueryObject() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
getQueryObject() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
 
getRefresh_Token() - Method in class org.opencode4workspace.authentication.PeopleToken
 
getRequest() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
getRequest() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
getResultContainer() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
getResultContainer() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
getResultContent() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
getResultContent() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
getReturnChildren() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getReturnChildren() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.getChildren()
getReturnFieldsList() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getReturnFieldsList() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.getFieldsList()
getReturnObjectName() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getReturnObjectName() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.getObjectName()
getReturnObjects() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
getReturnObjects() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
getScope() - Method in class org.opencode4workspace.authentication.AppToken
 
getScopeAsString() - Method in class org.opencode4workspace.authentication.AppToken
 
getSpace() - Method in class org.opencode4workspace.graphql.CreateSpaceContainer
 
getSpace() - Method in class org.opencode4workspace.graphql.DataContainer
 
getSpace() - Method in class org.opencode4workspace.graphql.UpdateSpaceContainer
 
getSpaceById(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get a Space by using a spaceId
getSpaceById(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Space by a Space id
getSpaceMembers(String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get basic data for Space Members for relevant Sapce
getSpaceMembersById(String) - Method in class org.opencode4workspace.WWClient
Easy helper method to get members for a space with the space id
getSpaceMembersWithQuery(SpaceMembersGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Get Space Members with query
getSpaceMembersWithQuery(SpaceMembersGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get members of space with a query
getSpaces() - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Simplified access method, to load GraphQL query for getting spaces, execute the request, and parse the results
getSpaces() - Method in class org.opencode4workspace.graphql.DataContainer
 
getSpaces() - Method in class org.opencode4workspace.WWClient
Easy helper method to get spaces from the WWClient
getSpacesWithQuery(SpacesGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
getSpaces by using a SpacesGraphQLQuery
getSpacesWithQuery(SpacesGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get Spaces with a query
getSpaceWithQuery(SpaceGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
getSpace by using a SpaceGraphQLQuery
getSpaceWithQuery(SpaceGraphQLQuery) - Method in class org.opencode4workspace.WWClient
Easy helper method to get a Space by using a SpaceGraphQLQuery
getStartCursor() - Method in class org.opencode4workspace.bo.PageInfo
 
getSuccessful() - Method in class org.opencode4workspace.graphql.DeleteSpaceContainer
 
getText() - Method in class org.opencode4workspace.bo.Annotation
 
getTitle() - Method in class org.opencode4workspace.bo.Annotation
 
getTitle() - Method in class org.opencode4workspace.bo.Space
 
getToken_Type() - Method in class org.opencode4workspace.authentication.AppToken
 
getToken_TypeAsString() - Method in class org.opencode4workspace.authentication.AppToken
 
getType() - Method in class org.opencode4workspace.bo.Annotation
 
getType() - Method in class org.opencode4workspace.endpoints.AppMessage
 
getUpdated() - Method in class org.opencode4workspace.bo.Conversation
 
getUpdated() - Method in class org.opencode4workspace.bo.Message
 
getUpdated() - Method in class org.opencode4workspace.bo.Person
 
getUpdated() - Method in class org.opencode4workspace.bo.Space
 
getUpdatedBy() - Method in class org.opencode4workspace.bo.Conversation
 
getUpdatedBy() - Method in class org.opencode4workspace.bo.Message
 
getUpdatedBy() - Method in class org.opencode4workspace.bo.Person
 
getUpdatedBy() - Method in class org.opencode4workspace.bo.Space
 
getUpdateSpaceContainer() - Method in class org.opencode4workspace.graphql.DataContainer
 
getUpdateSpaceContainer_MemberIdsChanged() - Method in class org.opencode4workspace.graphql.DataContainer
 
getUpdateSpaceContainer_SpaceWrapper() - Method in class org.opencode4workspace.graphql.DataContainer
 
getUrl() - Method in class org.opencode4workspace.bo.Actor
 
getUserId() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Gets user or application ID returned in authentication result
getValue() - Method in enum org.opencode4workspace.authentication.AppToken.TokenScope
 
getValue() - Method in enum org.opencode4workspace.authentication.AppToken.TokenType
 
getVariables() - Method in class org.opencode4workspace.json.GraphQLRequest
 
getVersion() - Method in class org.opencode4workspace.bo.Annotation
 
getVersion() - Method in class org.opencode4workspace.bo.MessageResponse
 
getVersion() - Method in class org.opencode4workspace.endpoints.AppMessage
 
GRAPHQL - Static variable in class org.opencode4workspace.endpoints.WWDefinedEndpoints
 
GraphQLJsonPropertyHelper - Annotation Type in org.opencode4workspace.graphql.builders
Annotation for "jsonProperty"
GraphQLRequest - Class in org.opencode4workspace.json
 
GraphQLRequest(String, HashMap<String, String>, String) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from all properties
GraphQLRequest(IGraphQLQuery) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from a BaseGraphQLQuery object.
GraphQLRequest(IGraphQLQuery, HashMap<String, String>) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from a BaseGraphQLQuery object.
GraphQLRequest(BaseGraphQLMutation) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from a BaseGraphQLMutation object.
GraphQLRequest(BaseGraphQLMutation, HashMap<String, String>) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from a BaseGraphQLMutation object.
GraphQLRequest(BaseGraphQLMutation, HashMap<String, String>, String) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest object from all properties
GraphQLRequest(ObjectDataSenderBuilder, String) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest from an ObjectDataBringer and operation name.
GraphQLRequest(ObjectDataSenderBuilder, HashMap<String, String>, String) - Constructor for class org.opencode4workspace.json.GraphQLRequest
Initialises the GraphQLRequest from an ObjectDataBringer, operation name and variables.
GraphResultContainer - Class in org.opencode4workspace.graphql
 
GraphResultContainer() - Constructor for class org.opencode4workspace.graphql.GraphResultContainer
 

H

hashCode() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
hashCode() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
hashCode() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 

I

IDataSenderBuilder - Interface in org.opencode4workspace.builders
 
IGraphQLMutation - Interface in org.opencode4workspace.builders
 
IGraphQLQuery - Interface in org.opencode4workspace.builders
 
InputDataSenderBuilder - Class in org.opencode4workspace.builders
 
InputDataSenderBuilder() - Constructor for class org.opencode4workspace.builders.InputDataSenderBuilder
Raw constructor.
InputDataSenderBuilder(String) - Constructor for class org.opencode4workspace.builders.InputDataSenderBuilder
Base constructor, defining the mutation name
isAuthenticated() - Method in interface org.opencode4workspace.IWWClient
Whether or not authentication has successfully occurred.
isAuthenticated() - Method in class org.opencode4workspace.WWClient
 
isHasItems() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
isHasItems() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.isHasItems()
isHasItems() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
isHasNextPage() - Method in class org.opencode4workspace.bo.PageInfo
 
isHasPreviousPage() - Method in class org.opencode4workspace.bo.PageInfo
 
isValid() - Method in class org.opencode4workspace.authentication.AuthenticationResult
Test JDT token expiry time against current time and return whether or not it's still valid.
isValid() - Method in interface org.opencode4workspace.IWWClient
Tests whether the AuthenticationResult is valid
isValid() - Method in class org.opencode4workspace.WWClient
 
IWWClient - Interface in org.opencode4workspace
 
IWWClient.ClientType - Enum in org.opencode4workspace
 
IWWGraphQLEndpoint - Interface in org.opencode4workspace.endpoints
 

M

MEMBER_IDS_CHANGED_FIELD - Static variable in class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
 
MembersContainer - Class in org.opencode4workspace.graphql
 
MembersContainer() - Constructor for class org.opencode4workspace.graphql.MembersContainer
 
Message - Class in org.opencode4workspace.bo
 
Message() - Constructor for class org.opencode4workspace.bo.Message
 
Message.MessageChildren - Enum in org.opencode4workspace.bo
 
Message.MessageFields - Enum in org.opencode4workspace.bo
 
MessageGraphQLQuery - Class in org.opencode4workspace.builders
 
MessageGraphQLQuery() - Constructor for class org.opencode4workspace.builders.MessageGraphQLQuery
Creates a Message query with a blank ObjectDataSenderBuilder query object
MessageGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.MessageGraphQLQuery
Creates a Message query with a pre-populated ObjectDataSenderBuilder query object
MessageGraphQLQuery.MessageAttributes - Enum in org.opencode4workspace.builders
 
MessagePostEndpoint - Class in org.opencode4workspace.endpoints
 
MessagePostEndpoint(IWWClient) - Constructor for class org.opencode4workspace.endpoints.MessagePostEndpoint
 
MessageResponse - Class in org.opencode4workspace.bo
 
MessageResponse() - Constructor for class org.opencode4workspace.bo.MessageResponse
 
MessagesContainer - Class in org.opencode4workspace.graphql
 
MessagesContainer() - Constructor for class org.opencode4workspace.graphql.MessagesContainer
 
MY_PROFILE_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Person
 

O

ObjectDataSenderBuilder - Class in org.opencode4workspace.builders
 
ObjectDataSenderBuilder() - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Raw constructor.
ObjectDataSenderBuilder(String) - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Base constructor, defining the object name.
ObjectDataSenderBuilder(String, boolean) - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Base constructor, defining the object name and specifying whether fields / children are in an items object
ObjectDataSenderBuilder(String, Class<?>, Boolean) - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Constructor, defining the object name, specifying whether fields are in an items object.
ObjectDataSenderBuilder(String, WWFieldsAttributesInterface[]) - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Constructor, defining the object name.
ObjectDataSenderBuilder(String, boolean, WWFieldsAttributesInterface[]) - Constructor for class org.opencode4workspace.builders.ObjectDataSenderBuilder
Constructor, defining the object name and whether fields should be wrapped in an items object.
ONE_MESSAGE_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Message
 
ONE_PERSON_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Person
 
ONE_SPACE_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Space
 
org.opencode4workspace - package org.opencode4workspace
 
org.opencode4workspace.authentication - package org.opencode4workspace.authentication
 
org.opencode4workspace.bo - package org.opencode4workspace.bo
 
org.opencode4workspace.builders - package org.opencode4workspace.builders
 
org.opencode4workspace.endpoints - package org.opencode4workspace.endpoints
 
org.opencode4workspace.graphql - package org.opencode4workspace.graphql
 
org.opencode4workspace.graphql.builders - package org.opencode4workspace.graphql.builders
 
org.opencode4workspace.json - package org.opencode4workspace.json
 

P

PAGE_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.PageInfo
 
PageInfo - Class in org.opencode4workspace.bo
 
PageInfo() - Constructor for class org.opencode4workspace.bo.PageInfo
Constructor
PageInfo.PageInfoFields - Enum in org.opencode4workspace.bo
 
parse(String) - Method in class org.opencode4workspace.json.ResultParser
Converts the JSON string passed into an instance of the relevant class
parseResultContainer() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
parseResultContainer() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
Parses the ResultContainer to return the relevant Java object of results.
PEOPLE_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Person
 
PeopleGraphQLQuery - Class in org.opencode4workspace.builders
 
PeopleGraphQLQuery() - Constructor for class org.opencode4workspace.builders.PeopleGraphQLQuery
Creates a People query with a blank ObjectDataSenderBuilder query object
PeopleGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.PeopleGraphQLQuery
Creates a People query with a pre-populated ObjectDataSenderBuilder query object
PeopleGraphQLQuery(String, ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.PeopleGraphQLQuery
Creates a People query with a passed operation name and pre-populated ObjectDataSenderBuilder query object
PeopleGraphQLQuery.PeopleAttributes - Enum in org.opencode4workspace.builders
 
PeopleToken - Class in org.opencode4workspace.authentication
 
PeopleToken() - Constructor for class org.opencode4workspace.authentication.PeopleToken
 
Person - Class in org.opencode4workspace.bo
 
Person() - Constructor for class org.opencode4workspace.bo.Person
 
Person.PersonChildren - Enum in org.opencode4workspace.bo
 
Person.PersonFields - Enum in org.opencode4workspace.bo
 
PersonGraphQLQuery - Class in org.opencode4workspace.builders
 
PersonGraphQLQuery() - Constructor for class org.opencode4workspace.builders.PersonGraphQLQuery
Creates a PersonGraphQLQuery with a blank ObjectDataSenderBuilder query object using the "getProfile" method name
PersonGraphQLQuery(String) - Constructor for class org.opencode4workspace.builders.PersonGraphQLQuery
Creates a PersonGraphQLQuery with a blank ObjectDataSenderBuilder query object for the method passed
PersonGraphQLQuery(String, ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.PersonGraphQLQuery
Creates a PersonGraphQLQuery with a passed ObjectDataSenderBuilder query object for the method passed
PersonGraphQLQuery.PersonAttributes - Enum in org.opencode4workspace.builders
 
postMessage(AppMessage, String) - Method in class org.opencode4workspace.endpoints.MessagePostEndpoint
String posts the passed message to the passed Space
postMessageToSpace(AppMessage, String) - Method in class org.opencode4workspace.WWClient
Easy helper method to post a Application Message to a Space

R

removeAttribute(String) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removeAttribute(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removeAttribute(String) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.removeAttribute(String)
removeAttribute(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
removeAttribute(String) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Remove an attribute from the request
removeAttribute(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Remove an attribute from the request
removeChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removeChild(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.removeChild(IDataSenderBuilder)
removeChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Removes a request for a specific child from the object
removeField(String) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removeField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removeField(String) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.removeField(String)
removeField(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
removeField(String) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
Removes a field to set via the mutation
removeField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
Removes a field to set via the mutation
removeField(String) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Removes a field to request from the object
removeField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Removes a field to request from the object
removeInputField(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeInputField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeInputField(String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to InputDataSenderBuilder.removeField(String)
removeInputField(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
removePageInfo() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
removePageInfo() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.removePageInfo()
removePageInfo() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Remove the request for PageInfo from this object
removeReturnChild(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeReturnChild(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.removeChild(IDataSenderBuilder)
removeReturnField(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeReturnField(WWFieldsAttributesInterface) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeReturnField(String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.removeField(String)
removeReturnField(WWFieldsAttributesInterface) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
removeReturnObject(IDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
removeReturnObject(IDataSenderBuilder) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
 
RequestBuilder<T> - Class in org.opencode4workspace.json
 
RequestBuilder(Class<T>) - Constructor for class org.opencode4workspace.json.RequestBuilder
 
ResultParser<T> - Class in org.opencode4workspace.json
 
ResultParser(Class<T>) - Constructor for class org.opencode4workspace.json.ResultParser
 
ResultParser(Class<T>, String) - Constructor for class org.opencode4workspace.json.ResultParser
 
returnQuery() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
returnQuery() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
returnQuery() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Returns the full query to be passed to WWS, building the JSON object from the InputDataSenderBuilder and ObjectDataSenderBuilder
returnQuery() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Returns the full query to be passed to WWS, building the JSON object from an ObjectDataSenderBuilder

S

ScalarDataSenderBuilder - Class in org.opencode4workspace.builders
 
ScalarDataSenderBuilder(String) - Constructor for class org.opencode4workspace.builders.ScalarDataSenderBuilder
 
setActor(Actor) - Method in class org.opencode4workspace.bo.Annotation
 
setActorAvatar(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setActorName(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setActorUrl(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setAnnotations(List<String>) - Method in class org.opencode4workspace.bo.Message
 
setAnnotations(List<? extends Annotation>) - Method in class org.opencode4workspace.endpoints.AppMessage
 
setAttributesList(Map<String, Object>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
setAttributesList(Map<String, Object>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.setAttributesList(Map)
setAttributesList(Map<String, Object>) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Adds a map of attributes by which the filter the request
setAvatar(String) - Method in class org.opencode4workspace.bo.Actor
 
setChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
setChildren(List<IDataSenderBuilder>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.setChildren(List)
setChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
setColor(String) - Method in class org.opencode4workspace.bo.Annotation
 
setColor(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setContent(String) - Method in class org.opencode4workspace.bo.Message
 
setContentType(String) - Method in class org.opencode4workspace.bo.Message
 
setConversation(Conversation) - Method in class org.opencode4workspace.bo.Space
 
setConversation(ConversationWrapper) - Method in class org.opencode4workspace.graphql.DataContainer
 
setCreated(Date) - Method in class org.opencode4workspace.bo.Annotation
 
setCreated(Date) - Method in class org.opencode4workspace.bo.Conversation
 
setCreated(Date) - Method in class org.opencode4workspace.bo.Message
 
setCreated(Date) - Method in class org.opencode4workspace.bo.MessageResponse
 
setCreated(Date) - Method in class org.opencode4workspace.bo.Person
 
setCreated(Date) - Method in class org.opencode4workspace.bo.Space
 
setCreatedBy(String) - Method in class org.opencode4workspace.bo.Annotation
 
setCreatedBy(Person) - Method in class org.opencode4workspace.bo.Conversation
 
setCreatedBy(Person) - Method in class org.opencode4workspace.bo.Message
 
setCreatedBy(String) - Method in class org.opencode4workspace.bo.MessageResponse
 
setCreatedBy(Person) - Method in class org.opencode4workspace.bo.Person
 
setCreatedBy(Person) - Method in class org.opencode4workspace.bo.Space
 
setCustomerId(String) - Method in class org.opencode4workspace.bo.Person
 
setDescription(String) - Method in class org.opencode4workspace.bo.Space
 
setDisplayName(String) - Method in class org.opencode4workspace.bo.Person
 
setEmail(String) - Method in class org.opencode4workspace.bo.Person
 
setEmailAddresses(String) - Method in class org.opencode4workspace.bo.Person
 
setEndCursor(String) - Method in class org.opencode4workspace.bo.PageInfo
 
setExtId(String) - Method in class org.opencode4workspace.bo.Person
 
setFieldsList(List<String>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
setFieldsList(List<String>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.setFieldsList(List)
setFieldsList(List<String>) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
setFieldsMap(Map<String, Object>) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
setHasItems(boolean) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
setHasItems(boolean) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy access to ObjectDataSenderBuilder.setHasItems(boolean)
setHasItems(boolean) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
Defines whether the object's properties are wrapped in an items container
setHasNextPage(boolean) - Method in class org.opencode4workspace.bo.PageInfo
 
setHasPreviousPage(boolean) - Method in class org.opencode4workspace.bo.PageInfo
 
setId(String) - Method in class org.opencode4workspace.bo.Annotation
 
setId(String) - Method in class org.opencode4workspace.bo.Conversation
 
setId(String) - Method in class org.opencode4workspace.bo.Message
 
setId(String) - Method in class org.opencode4workspace.bo.MessageResponse
 
setId(String) - Method in class org.opencode4workspace.bo.Person
 
setId(String) - Method in class org.opencode4workspace.bo.Space
 
setInputFieldsMap(Map<String, Object>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
setInputFieldsMap(Map<String, Object>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to InputDataSenderBuilder.setFieldsMap(Map)
setItems(List<Message>) - Method in class org.opencode4workspace.graphql.MessagesContainer
 
setMembers(List<Person>) - Method in class org.opencode4workspace.bo.Space
 
setMembersUpdated(String) - Method in class org.opencode4workspace.bo.Space
 
setMessage(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setMessages(List<Message>) - Method in class org.opencode4workspace.bo.Conversation
 
setMessages(List<Message>) - Method in class org.opencode4workspace.graphql.ConversationWrapper
 
setMessageTitle(String) - Method in class org.opencode4workspace.builders.AppMessageBuilder
 
setMutationName(String) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
 
setName(String) - Method in class org.opencode4workspace.bo.Actor
 
setObjectName(String) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
 
setObjectName(String) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
Helper method, to give easy to ObjectDataSenderBuilder.setObjectName(String)
setObjectName(String) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
 
setOperationName(String) - Method in class org.opencode4workspace.json.GraphQLRequest
 
setPhotoUrl(String) - Method in class org.opencode4workspace.bo.Person
 
setProfileDump(Boolean) - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
setProfileDump(Boolean) - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
setQuery(String) - Method in class org.opencode4workspace.json.GraphQLRequest
 
setRequest(GraphQLRequest) - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
setRequest(GraphQLRequest) - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
setResultContainer(GraphResultContainer) - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
setResultContainer(GraphResultContainer) - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
setResultContent(String) - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
 
setResultContent(String) - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
 
setReturnChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
setReturnChildren(List<IDataSenderBuilder>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.setChildren(List)
setReturnFieldsList(List<String>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
setReturnFieldsList(List<String>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy access to ObjectDataSenderBuilder.setFieldsList(List)
setReturnObjectName(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
 
setReturnObjectName(String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
Helper method, to give easy to ObjectDataSenderBuilder.setObjectName(String)
setStartCursor(String) - Method in class org.opencode4workspace.bo.PageInfo
 
setText(String) - Method in class org.opencode4workspace.bo.Annotation
 
setTitle(String) - Method in class org.opencode4workspace.bo.Annotation
 
setTitle(String) - Method in class org.opencode4workspace.bo.Space
 
setType(String) - Method in class org.opencode4workspace.bo.Annotation
 
setType(String) - Method in class org.opencode4workspace.endpoints.AppMessage
 
setUpdated(Date) - Method in class org.opencode4workspace.bo.Conversation
 
setUpdated(Date) - Method in class org.opencode4workspace.bo.Message
 
setUpdated(Date) - Method in class org.opencode4workspace.bo.Person
 
setUpdated(Date) - Method in class org.opencode4workspace.bo.Space
 
setUpdatedBy(Person) - Method in class org.opencode4workspace.bo.Conversation
 
setUpdatedBy(Person) - Method in class org.opencode4workspace.bo.Message
 
setUpdatedBy(Person) - Method in class org.opencode4workspace.bo.Person
 
setUpdatedBy(Person) - Method in class org.opencode4workspace.bo.Space
 
setUrl(String) - Method in class org.opencode4workspace.bo.Actor
 
setVariables(HashMap<String, String>) - Method in class org.opencode4workspace.json.GraphQLRequest
 
setVersion(int) - Method in class org.opencode4workspace.bo.Annotation
 
setVersion(int) - Method in class org.opencode4workspace.bo.MessageResponse
 
setVersion(int) - Method in class org.opencode4workspace.endpoints.AppMessage
 
shouldSkipClass(Class<?>) - Method in class org.opencode4workspace.json.SuperclassExclusionStrategy
 
shouldSkipField(FieldAttributes) - Method in class org.opencode4workspace.json.SuperclassExclusionStrategy
 
Space - Class in org.opencode4workspace.bo
 
Space() - Constructor for class org.opencode4workspace.bo.Space
 
Space.SpaceChildren - Enum in org.opencode4workspace.bo
 
Space.SpaceFields - Enum in org.opencode4workspace.bo
 
SpaceCreateGraphQLMutation - Class in org.opencode4workspace.builders
 
SpaceCreateGraphQLMutation() - Constructor for class org.opencode4workspace.builders.SpaceCreateGraphQLMutation
Creates a createSpace mutation with empty InputDataSenderBuilder and ObjectDataSenderBuilder objects for the mutation
SpaceCreateGraphQLMutation(InputDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceCreateGraphQLMutation
Creates a createSpace query with pre-populated InputDataSenderBuilder objects
SpaceCreateGraphQLMutation(InputDataSenderBuilder, ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceCreateGraphQLMutation
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
SpaceCreateGraphQLMutation.CreateSpaceFields - Enum in org.opencode4workspace.builders
 
SpaceDeleteGraphQLMutation - Class in org.opencode4workspace.builders
 
SpaceDeleteGraphQLMutation.DeleteSpaceFields - Enum in org.opencode4workspace.builders
 
SpaceGraphQLQuery - Class in org.opencode4workspace.builders
 
SpaceGraphQLQuery() - Constructor for class org.opencode4workspace.builders.SpaceGraphQLQuery
Creates a Space query with a blank ObjectDataSenderBuilder query object
SpaceGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceGraphQLQuery
Creates a Space query with a pre-populated ObjectDataSenderBuilder query object
SpaceGraphQLQuery.SpaceAttributes - Enum in org.opencode4workspace.builders
 
SpaceMembersGraphQLQuery - Class in org.opencode4workspace.builders
 
SpaceMembersGraphQLQuery() - Constructor for class org.opencode4workspace.builders.SpaceMembersGraphQLQuery
Creates a Space query with a blank ObjectDataSenderBuilder query object
SpaceMembersGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceMembersGraphQLQuery
Creates a Space query with a pre-populated ObjectDataSenderBuilder query object
SPACES_QUERY_OBJECT_NAME - Static variable in class org.opencode4workspace.bo.Space
 
SpacesContainer - Class in org.opencode4workspace.graphql
 
SpacesContainer() - Constructor for class org.opencode4workspace.graphql.SpacesContainer
 
SpacesGraphQLQuery - Class in org.opencode4workspace.builders
 
SpacesGraphQLQuery() - Constructor for class org.opencode4workspace.builders.SpacesGraphQLQuery
Creates a Spaces query with a blank ObjectDataSenderBuilder query object
SpacesGraphQLQuery(ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpacesGraphQLQuery
Creates a Spaces query with a pre-populated ObjectDataSenderBuilder query object
SpaceUpdateGraphQLMutation - Class in org.opencode4workspace.builders
 
SpaceUpdateGraphQLMutation() - Constructor for class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Creates a createSpace mutation with empty InputDataSenderBuilder and ObjectDataSenderBuilder objects for the mutation
SpaceUpdateGraphQLMutation(InputDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Creates a createSpace query with pre-populated InputDataSenderBuilder objects
SpaceUpdateGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
SpaceUpdateGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder...) - Constructor for class org.opencode4workspace.builders.SpaceUpdateGraphQLMutation
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
SpaceUpdateGraphQLMutation.UpdateSpaceFields - Enum in org.opencode4workspace.builders
 
SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation - Enum in org.opencode4workspace.builders
 
SpaceWrapper - Class in org.opencode4workspace.graphql
 
SpaceWrapper() - Constructor for class org.opencode4workspace.graphql.SpaceWrapper
 
SuperclassExclusionStrategy - Class in org.opencode4workspace.json
 
SuperclassExclusionStrategy() - Constructor for class org.opencode4workspace.json.SuperclassExclusionStrategy
 

T

TokenScopeDeserializer - Class in org.opencode4workspace.json
Deserialiser to convert String token scope to Enum
TokenScopeDeserializer() - Constructor for class org.opencode4workspace.json.TokenScopeDeserializer
 
TokenTypeDeserializer - Class in org.opencode4workspace.json
Deserialiser to convert String token type to Enum
TokenTypeDeserializer() - Constructor for class org.opencode4workspace.json.TokenTypeDeserializer
 

U

UPDATE_SPACE_MUTATION_NAME - Static variable in class org.opencode4workspace.bo.Space
 
UpdateSpaceContainer - Class in org.opencode4workspace.graphql
 
UpdateSpaceContainer() - Constructor for class org.opencode4workspace.graphql.UpdateSpaceContainer
 
updateSpaceMembers(String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Update the members of a Space, returning List of members updated
updateSpaceMembers(String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Method in class org.opencode4workspace.WWClient
Easy helper method for updating a Space members returning List of member IDs updated
updateSpaceMembersAndTitle(String, String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
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
updateSpaceMembersAndTitle(String, String, List<String>, SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation) - Method in class org.opencode4workspace.WWClient
Easy helper method for updationg a Space members and title, returning UpdateSpaceContainer with array of member IDs updated and Space object with updated title
updateSpaceTitle(String, String) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Change the title of a Space, returning Space object with updated title
updateSpaceTitle(String, String) - Method in class org.opencode4workspace.WWClient
Easy helper method for updating a Space Title returning Space object with updated Title
updateSpaceWithMutation(SpaceUpdateGraphQLMutation) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
Updates a Space with a query, returning a UpdateSpaceContainer containing an Array of members updated and Space object with the new title
updateSpaceWithMutation(SpaceUpdateGraphQLMutation) - Method in class org.opencode4workspace.WWClient
Easy helper method for updating a Space Title / members / both returning an UpdateSpaceContainer with updated Space details / updated members / both

V

V1_SPACE_ID - Static variable in class org.opencode4workspace.endpoints.WWDefinedEndpoints
 
valueOf(String) - Static method in enum org.opencode4workspace.authentication.AppToken.TokenScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.authentication.AppToken.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Conversation.ConversationChildren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Conversation.ConversationFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Message.MessageChildren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Message.MessageFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.PageInfo.PageInfoFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Person.PersonChildren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Person.PersonFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Space.SpaceChildren
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.bo.Space.SpaceFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.ConversationGraphQLQuery.ConversationAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.MessageGraphQLQuery.MessageAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.PeopleGraphQLQuery.PeopleAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.PersonGraphQLQuery.PersonAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceCreateGraphQLMutation.CreateSpaceFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceDeleteGraphQLMutation.DeleteSpaceFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceGraphQLQuery.SpaceAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.graphql.BasicPaginationEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opencode4workspace.IWWClient.ClientType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opencode4workspace.authentication.AppToken.TokenScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.authentication.AppToken.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Conversation.ConversationChildren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Conversation.ConversationFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Message.MessageChildren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Message.MessageFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.PageInfo.PageInfoFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Person.PersonChildren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Person.PersonFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Space.SpaceChildren
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.bo.Space.SpaceFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.ConversationGraphQLQuery.ConversationAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.MessageGraphQLQuery.MessageAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.PeopleGraphQLQuery.PeopleAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.PersonGraphQLQuery.PersonAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.SpaceCreateGraphQLMutation.CreateSpaceFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.SpaceDeleteGraphQLMutation.DeleteSpaceFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.SpaceGraphQLQuery.SpaceAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceMemberOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.graphql.BasicPaginationEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opencode4workspace.IWWClient.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WWAuthenticationEndpoint - Class in org.opencode4workspace.endpoints
 
WWAuthenticationEndpoint() - Constructor for class org.opencode4workspace.endpoints.WWAuthenticationEndpoint
 
WWChildInterface - Interface in org.opencode4workspace.bo
 
WWClient - Class in org.opencode4workspace
 
WWClient() - Constructor for class org.opencode4workspace.WWClient
 
WWDefinedEndpoints - Class in org.opencode4workspace.endpoints
 
WWException - Exception in org.opencode4workspace
 
WWException(String) - Constructor for exception org.opencode4workspace.WWException
 
WWException(Exception) - Constructor for exception org.opencode4workspace.WWException
 
WWFieldsAttributesInterface - Interface in org.opencode4workspace.bo
 
WWGraphQLEndpoint - Class in org.opencode4workspace.endpoints
 
WWGraphQLEndpoint(IWWClient) - Constructor for class org.opencode4workspace.endpoints.WWGraphQLEndpoint
 
A B C D E G H I M O P R S T U V W 
Skip navigation links

Copyright © 2017 OpenNTF. All rights reserved.