- BaseGraphQLMultiQuery - Class in org.opencode4workspace.builders
-
- BaseGraphQLMultiQuery(String, ObjectDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
Constructor, passing in everything required to build the query
- BaseGraphQLMultiQuery(String, List<ObjectDataSenderBuilder>) - Constructor for class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
Constructor, passing in everything required to build the query
- 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
-
- build() - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- build(boolean) - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- buildAddSpaceMembersMutationChange(String, List<SpaceMembersAddDataSenderBuilder.SpaceMemberObject>) - Static method in class org.opencode4workspace.builders.SpaceMembersAddGraphQLMutation
-
Easy method to create a removeSpaceMembers mutation ObjectDataSenderBuilder and return members updated
- 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
- buildClientUserAccessFromToken(String, String, PeopleToken) - 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
- buildFullMentionedGraphQuery() - Static method in class org.opencode4workspace.builders.MentionedGraphQLQuery
-
East method to create a full Mentioned query ObjectDataSenderBuilder for the first 10 mentions for the current
user
- 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
- buildRemoveSpaceMembersMutationChange(String, List<String>) - Static method in class org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation
-
Easy method to create a removeSpaceMembers mutation ObjectDataSenderBuilder and return members updated
- 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
-
- getAliasedChildren() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
-
- getAliasedChildren() - Method in class org.opencode4workspace.graphql.DataContainer
-
When passing aliases, this holds the return objects for those aliases, e.g.
- 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
-
- getApplicationId() - Method in class org.opencode4workspace.bo.Focus
-
- getAttributesList() - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
- 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.BaseGraphQLMultiQuery
-
- getChildren() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- getChildren() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- getChildren() - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
-
- 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
-
- getConfidence() - Method in class org.opencode4workspace.bo.Focus
-
- getContent() - Method in class org.opencode4workspace.bo.Message
-
- getContentType() - Method in class org.opencode4workspace.bo.FileResponse
-
- 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
- getConversationWrapperWithQuery(ConversationGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
Get ConversationWrapper object with query.
- getConversationWrapperWithQuery(ConversationGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get a ConversationWrapper and its details with a query, including access to PageInfo object
- 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.FileResponse
-
- 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.FileResponse
-
- 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
-
- getCreatedDate() - Method in class org.opencode4workspace.authentication.PeopleToken
-
- getCreateSpace() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getCustomerId() - Method in class org.opencode4workspace.bo.Person
-
- getCustomQuery(BaseGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Perform a custom GraphQL query returning customised content for one or more fields.
- 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
-
- getEnd() - Method in class org.opencode4workspace.bo.Focus
-
- 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
-
- getExpireDate() - Method in class org.opencode4workspace.authentication.AuthenticationResult
-
Gets the time the token will expire
- getExpireDate() - Method in interface org.opencode4workspace.IWWClient
-
- getExpireDate() - Method in class org.opencode4workspace.WWClient
-
- 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.BaseGraphQLMultiQuery
-
- 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
-
- getFocuses() - Method in class org.opencode4workspace.bo.FocusResponseContainer
-
- getFocusVersion() - Method in class org.opencode4workspace.bo.Focus
-
- getGenericAnnotations() - Method in class org.opencode4workspace.bo.Message
-
- getIbmUniqueID() - Method in class org.opencode4workspace.bo.Person
-
- 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.FileResponse
-
- 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.PhotoResponse
-
- getId() - Method in class org.opencode4workspace.bo.Space
-
- getId() - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder.SpaceMemberObject
-
- 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.MentionedContainer
-
- 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.Annotation.AnnotationType
-
- 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.Mentioned.MentionedChildren
-
- getLabel() - Method in enum org.opencode4workspace.bo.Mentioned.MentionedFields
-
- 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.Person.PresenceStatus
-
- 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.ConversationGraphQLQuery.ConversationMessageAttributes
-
- 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.SpaceMembersAddGraphQLMutation.AddSpaceMembersField
-
- getLabel() - Method in enum org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation.RemoveSpaceMembersField
-
- getLabel() - Method in enum org.opencode4workspace.builders.SpacesGraphQLQuery.SpacesAttributes
-
- getLabel() - Method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
-
- getLabel() - Method in enum org.opencode4workspace.graphql.BasicPaginationEnum
-
- getLens() - Method in class org.opencode4workspace.bo.Focus
-
- getLensId() - Method in class org.opencode4workspace.bo.Focus
-
- 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.RemoveSpaceMembersContainer
-
- getMemberIdsChanged() - Method in class org.opencode4workspace.graphql.UpdateSpaceContainer
-
- getMembers() - Method in class org.opencode4workspace.bo.Space
-
- getMembers() - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- getMembers() - Method in class org.opencode4workspace.graphql.SpaceWrapper
-
- getMembersContainer() - Method in class org.opencode4workspace.graphql.SpaceWrapper
-
- getMembersUpdated() - Method in class org.opencode4workspace.bo.Space
-
- getMentioned() - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
Get Mentioned query with first 10 mentions.
- getMentioned(MentionedGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
Get Mentioned query with passed query.
- getMentioned() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getMentioned() - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get first 10 mentions for current user
- getMentionedContainerWithQuery(MentionedGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
- getMentionedContainerWithQuery(MentionedGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get mentions and PageInfo object for current user
- getMentionedWithQuery(MentionedGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get mentions for current user
- getMessage() - Method in class org.opencode4workspace.bo.Mentioned
-
- 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
-
- getMessagesContainer() - 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
-
- getName() - Method in class org.opencode4workspace.bo.FileResponse
-
- getObjectClassType() - Method in enum org.opencode4workspace.bo.Annotation.AnnotationType
-
- getObjectClassType() - Method in enum org.opencode4workspace.bo.Conversation.ConversationFields
-
- getObjectClassType() - Method in enum org.opencode4workspace.bo.Mentioned.MentionedChildren
-
- getObjectClassType() - Method in enum org.opencode4workspace.bo.Mentioned.MentionedFields
-
- 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.Person.PresenceStatus
-
- 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.ConversationGraphQLQuery.ConversationMessageAttributes
-
- 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.SpaceMembersAddGraphQLMutation.AddSpaceMembersField
-
- getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation.RemoveSpaceMembersField
-
- getObjectClassType() - Method in enum org.opencode4workspace.builders.SpacesGraphQLQuery.SpacesAttributes
-
- getObjectClassType() - Method in enum org.opencode4workspace.builders.SpaceUpdateGraphQLMutation.UpdateSpaceFields
-
- getObjectClassType() - Method in enum org.opencode4workspace.graphql.BasicPaginationEnum
-
- getObjectForQuery() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
If a return type has been defined, we need to return objectName:returnTypeForQuery e.g.
- getObjectName() - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
- 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.BaseGraphQLMultiQuery
-
- 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
-
- getPageInfo() - Method in class org.opencode4workspace.graphql.MembersContainer
-
- getPageInfo() - Method in class org.opencode4workspace.graphql.MentionedContainer
-
- getPageInfo() - Method in class org.opencode4workspace.graphql.MessagesContainer
-
- getPageInfo() - Method in class org.opencode4workspace.graphql.SpacesContainer
-
- 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
- getPeopleContainerWithQuery(PeopleGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
- getPeopleContainerWithQuery(PeopleGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get Person objects with a query
- 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
- getPermissions() - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder.SpaceMemberObject
-
- getPerson() - Method in class org.opencode4workspace.bo.Mentioned
-
- 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
-
- getPhotoUrl() - Method in class org.opencode4workspace.bo.PhotoResponse
-
- getPhrase() - Method in class org.opencode4workspace.bo.Focus
-
- getPresence() - 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.BaseGraphQLMultiQuery
-
- getQueryObject() - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- getQueryObject() - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- getQueryObjects() - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
Gets all query objects loaded into this query
- getQueryObjectType() - Method in interface org.opencode4workspace.bo.WWQueryResponseObjectInterface
-
- getQueryObjectType() - Method in enum org.opencode4workspace.bo.WWQueryResponseObjectTypes
-
- getRefresh_Token() - Method in class org.opencode4workspace.authentication.PeopleToken
-
- getRemoveSpaceMembersContainer() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getRemoveSpaceMembersContainer_MemberIdsChanged() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getRemoveSpaceMembersContainer_SpaceWrapper() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getRequest() - Method in class org.opencode4workspace.endpoints.AbstractWWGraphQLEndpoint
-
- getRequest() - Method in interface org.opencode4workspace.endpoints.IWWGraphQLEndpoint
-
- getRequestId() - Method in class org.opencode4workspace.bo.FocusResponseContainer
-
- 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
-
- getResultContent() - Method in interface org.opencode4workspace.IWWClient
-
Getter for resultContent from relevant endpoint
- getResultContent() - Method in class org.opencode4workspace.WWClient
-
- getReturnChildren() - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- getReturnChildren() - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- getReturnClass() - Method in interface org.opencode4workspace.bo.WWQueryResponseObjectInterface
-
- getReturnClass() - Method in enum org.opencode4workspace.bo.WWQueryResponseObjectTypes
-
- 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
-
- getReturnObjectTypes() - Method in class org.opencode4workspace.json.GraphQLRequest
-
If the query includes aliases we need to parse them out.
- getReturnType() - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
Get enum containing class response needs casting to
- getScope() - Method in class org.opencode4workspace.authentication.AppToken
-
- getScopeAsString() - Method in class org.opencode4workspace.authentication.AppToken
-
- getScopeAsString() - Method in class org.opencode4workspace.authentication.AuthenticationResult
-
Get the scope for a user / application
- getSize() - Method in class org.opencode4workspace.bo.FileResponse
-
- getSpace() - Method in class org.opencode4workspace.bo.Mentioned
-
- getSpace() - Method in class org.opencode4workspace.graphql.CreateSpaceContainer
-
- getSpace() - Method in class org.opencode4workspace.graphql.DataContainer
-
- getSpace() - Method in class org.opencode4workspace.graphql.RemoveSpaceMembersContainer
-
- 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
- getSpacesContainerWithQuery(SpacesGraphQLQuery) - Method in class org.opencode4workspace.endpoints.WWGraphQLEndpoint
-
Get the SpacesContainer, including PageInfo object
- getSpacesContainerWithQuery(SpacesGraphQLQuery) - Method in class org.opencode4workspace.WWClient
-
Easy helper method to get SpacesContainer with a query
- 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
- getStart() - Method in class org.opencode4workspace.bo.Focus
-
- 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.Mentioned
-
- 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.Mentioned
-
- 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
-
- getUrls() - Method in class org.opencode4workspace.bo.FileResponse
-
- getUserId() - Method in class org.opencode4workspace.authentication.AuthenticationResult
-
Gets user or application ID returned in authentication result
- getUserRefreshToken() - Method in class org.opencode4workspace.authentication.AuthenticationResult
-
Gets refresh token for a user.
- getUserRefreshToken() - Method in interface org.opencode4workspace.IWWClient
-
- getUserRefreshToken() - Method in class org.opencode4workspace.WWClient
-
- getValue() - Method in enum org.opencode4workspace.authentication.AppToken.TokenScope
-
- getValue() - Method in enum org.opencode4workspace.authentication.AppToken.TokenType
-
- getValue() - Method in enum org.opencode4workspace.bo.FileResponse.UrlTypes
-
- getValue() - Method in enum org.opencode4workspace.bo.Focus.Lens
-
- 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
-
- 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
-
- setAliasedChildren(Map<String, Object>) - Method in class org.opencode4workspace.graphql.DataContainer
-
Setter for children for objects with aliases
- setAnnotations(List<String>) - Method in class org.opencode4workspace.bo.Message
-
- setAnnotations(List<? extends Annotation>) - Method in class org.opencode4workspace.endpoints.AppMessage
-
- setApplicationId(String) - Method in class org.opencode4workspace.bo.Focus
-
- setAttributesList(Map<String, Object>) - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
- setAttributesList(Map<String, Object>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- setAttributesList(Map<String, Object>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- 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.BaseGraphQLMultiQuery
-
- setChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- setChildren(List<IDataSenderBuilder>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- setChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
-
- 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
-
- setConfidence(double) - Method in class org.opencode4workspace.bo.Focus
-
- setContent(String) - Method in class org.opencode4workspace.bo.Message
-
- setContentType(String) - Method in class org.opencode4workspace.bo.FileResponse
-
- 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(long) - Method in class org.opencode4workspace.bo.FileResponse
-
- 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(String) - Method in class org.opencode4workspace.bo.FileResponse
-
- 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
-
- setCreatedDate(Date) - Method in class org.opencode4workspace.authentication.PeopleToken
-
- 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
-
- setEnd(int) - Method in class org.opencode4workspace.bo.Focus
-
- 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.BaseGraphQLMultiQuery
-
- setFieldsList(List<String>) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- setFieldsList(List<String>) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- setFieldsList(List<String>) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
- setFieldsMap(Map<String, Object>) - Method in class org.opencode4workspace.builders.InputDataSenderBuilder
-
- setFocuses(List<Focus>) - Method in class org.opencode4workspace.bo.FocusResponseContainer
-
- setFocusVersion(int) - Method in class org.opencode4workspace.bo.Focus
-
- setHasAlias(boolean) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
- setHasItems(boolean) - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
- setHasItems(boolean) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- setHasItems(boolean) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- 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
-
- setHidden(boolean) - Method in class org.opencode4workspace.bo.Focus
-
- setIbmUniqueID(String) - Method in class org.opencode4workspace.bo.Person
-
- 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.FileResponse
-
- 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.PhotoResponse
-
- setId(String) - Method in class org.opencode4workspace.bo.Space
-
- setId(String) - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder.SpaceMemberObject
-
- setInputFieldsMap(Map<String, Object>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- setInputFieldsMap(Map<String, Object>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- setItems(List<Message>) - Method in class org.opencode4workspace.graphql.MessagesContainer
-
- setLens(Focus.Lens) - Method in class org.opencode4workspace.bo.Focus
-
- setLensId(String) - Method in class org.opencode4workspace.bo.Focus
-
- setMembers(List<Person>) - Method in class org.opencode4workspace.bo.Space
-
- setMembers(List<SpaceMembersAddDataSenderBuilder.SpaceMemberObject>) - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- setMembersUpdated(Date) - Method in class org.opencode4workspace.bo.Space
-
- setMessage(Message) - Method in class org.opencode4workspace.bo.Mentioned
-
- 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
-
- setName(String) - Method in class org.opencode4workspace.bo.FileResponse
-
- setObjectName(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
- setObjectName(String) - Method in class org.opencode4workspace.builders.BaseGraphQLQuery
-
- setObjectName(String) - Method in interface org.opencode4workspace.builders.IGraphQLQuery
-
- setObjectName(String) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
- setOperationName(String) - Method in class org.opencode4workspace.json.GraphQLRequest
-
- setPermissions(String) - Method in class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder.SpaceMemberObject
-
- setPerson(Person) - Method in class org.opencode4workspace.bo.Mentioned
-
- setPhotoUrl(String) - Method in class org.opencode4workspace.bo.Person
-
- setPhotoUrl(String) - Method in class org.opencode4workspace.bo.PhotoResponse
-
- setPhrase(String) - Method in class org.opencode4workspace.bo.Focus
-
- setPresence(Person.PresenceStatus) - 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
-
- setRequestId(String) - Method in class org.opencode4workspace.bo.FocusResponseContainer
-
- 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
-
- setResultContent(String) - Method in interface org.opencode4workspace.IWWClient
-
Setter for resultContent from relevant endpoint
- setResultContent(String) - Method in class org.opencode4workspace.WWClient
-
- setReturnChildren(List<IDataSenderBuilder>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- setReturnChildren(List<IDataSenderBuilder>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- setReturnFieldsList(List<String>) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- setReturnFieldsList(List<String>) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- setReturnObjectName(String) - Method in class org.opencode4workspace.builders.BaseGraphQLMutation
-
- setReturnObjectName(String) - Method in interface org.opencode4workspace.builders.IGraphQLMutation
-
- setReturnObjectTypes(Map<String, WWQueryResponseObjectInterface>) - Method in class org.opencode4workspace.json.GraphQLRequest
-
Setter for returnObjectTypes
- setReturnType(WWQueryResponseObjectInterface) - Method in class org.opencode4workspace.builders.ObjectDataSenderBuilder
-
When using an alias, we need to capture class to case return to
- setSize(int) - Method in class org.opencode4workspace.bo.FileResponse
-
- setSpace(Space) - Method in class org.opencode4workspace.bo.Mentioned
-
- setStart(int) - Method in class org.opencode4workspace.bo.Focus
-
- setStartCursor(String) - Method in class org.opencode4workspace.bo.PageInfo
-
- setSuccess(boolean) - Method in class org.opencode4workspace.bo.PhotoResponse
-
- 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(Annotation.AnnotationType) - 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(Long) - Method in class org.opencode4workspace.bo.Mentioned
-
- 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(String) - Method in class org.opencode4workspace.bo.Mentioned
-
- 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
-
- setUrls(Map<String, String>) - Method in class org.opencode4workspace.bo.FileResponse
-
- 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
-
- SpaceMemberObject(String, String) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder.SpaceMemberObject
-
- SpaceMembersAddDataSenderBuilder - Class in org.opencode4workspace.builders
-
- SpaceMembersAddDataSenderBuilder(SpaceMembersAddDataSenderBuilder.SpaceMemberObject) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- SpaceMembersAddDataSenderBuilder(List<SpaceMembersAddDataSenderBuilder.SpaceMemberObject>) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddDataSenderBuilder
-
- SpaceMembersAddDataSenderBuilder.SpaceMemberObject - Class in org.opencode4workspace.builders
-
- SpaceMembersAddGraphQLMutation - Class in org.opencode4workspace.builders
-
- SpaceMembersAddGraphQLMutation() - Constructor for class org.opencode4workspace.builders.SpaceMembersAddGraphQLMutation
-
Creates a createSpace mutation with empty InputDataSenderBuilder and ObjectDataSenderBuilder objects for the mutation
- SpaceMembersAddGraphQLMutation(InputDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder objects
- SpaceMembersAddGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
- SpaceMembersAddGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder...) - Constructor for class org.opencode4workspace.builders.SpaceMembersAddGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
- SpaceMembersAddGraphQLMutation.AddSpaceMembersField - 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
- SpaceMembersRemoveGraphQLMutation - Class in org.opencode4workspace.builders
-
- SpaceMembersRemoveGraphQLMutation() - Constructor for class org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation
-
Creates a createSpace mutation with empty InputDataSenderBuilder and ObjectDataSenderBuilder objects for the mutation
- SpaceMembersRemoveGraphQLMutation(InputDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder objects
- SpaceMembersRemoveGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder) - Constructor for class org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
- SpaceMembersRemoveGraphQLMutation(InputDataSenderBuilder, IDataSenderBuilder...) - Constructor for class org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation
-
Creates a createSpace query with pre-populated InputDataSenderBuilder and ObjectDataSenderBuilder objects
- SpaceMembersRemoveGraphQLMutation.RemoveSpaceMembersField - Enum in org.opencode4workspace.builders
-
- 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
- SpacesGraphQLQuery.SpacesAttributes - Enum in org.opencode4workspace.builders
-
- 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
-
- switchQueryObject(ObjectDataSenderBuilder) - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
Changes detauls query object to another query object.
- switchQueryObjectIndex(int) - Method in class org.opencode4workspace.builders.BaseGraphQLMultiQuery
-
Changes default query object to another element in the ArrayList
- V1_FOCUS - Static variable in class org.opencode4workspace.endpoints.WWDefinedEndpoints
-
- 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.Annotation.AnnotationType
-
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.FileResponse.UrlTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opencode4workspace.bo.Focus.Lens
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opencode4workspace.bo.Mentioned.MentionedChildren
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opencode4workspace.bo.Mentioned.MentionedFields
-
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.Person.PresenceStatus
-
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.bo.WWQueryResponseObjectTypes
-
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.ConversationGraphQLQuery.ConversationMessageAttributes
-
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.SpaceMembersAddGraphQLMutation.AddSpaceMembersField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation.RemoveSpaceMembersField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opencode4workspace.builders.SpacesGraphQLQuery.SpacesAttributes
-
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.Annotation.AnnotationType
-
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.FileResponse.UrlTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opencode4workspace.bo.Focus.Lens
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opencode4workspace.bo.Mentioned.MentionedChildren
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opencode4workspace.bo.Mentioned.MentionedFields
-
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.Person.PresenceStatus
-
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.bo.WWQueryResponseObjectTypes
-
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.ConversationGraphQLQuery.ConversationMessageAttributes
-
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.SpaceMembersAddGraphQLMutation.AddSpaceMembersField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opencode4workspace.builders.SpaceMembersRemoveGraphQLMutation.RemoveSpaceMembersField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opencode4workspace.builders.SpacesGraphQLQuery.SpacesAttributes
-
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.