- 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
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getReturnFieldsList() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- getReturnFieldsList() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- getReturnObjectName() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- getReturnObjectName() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- 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
-
- 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.