Skip navigation links
A B C E G H L P R T 

A

AEMHeadlessClient - Class in com.adobe.aem.graphql.client
Client that simplifies interaction with AEM GraphQL endpoints.
AEMHeadlessClient(String) - Constructor for class com.adobe.aem.graphql.client.AEMHeadlessClient
Creates a simple client (no authentication or other configuration).
AEMHeadlessClientBuilder - Class in com.adobe.aem.graphql.client
Builder to configure and create an instance of AEMHeadlessClient.
AEMHeadlessClientException - Exception in com.adobe.aem.graphql.client
Thrown for any errors during interaction with AEMHeadlessClient.

B

basicAuth(String, String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Configures the client for basic authentication.
build() - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
 
builder() - Static method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Builder that allows to configure all available options of the AEMHeadlessClient

C

com.adobe.aem.graphql.client - package com.adobe.aem.graphql.client
 
connectTimeout(int) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Configures the connect timeout.

E

endpoint(URI) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Sets the endpoint for the GraphQL client.
endpoint(String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Convenience method to allow to set the URI as string.

G

getData() - Method in class com.adobe.aem.graphql.client.GraphQlResponse
 
getErrors() - Method in class com.adobe.aem.graphql.client.GraphQlResponse
 
getGraphQlResponse() - Method in exception com.adobe.aem.graphql.client.AEMHeadlessClientException
Returns the GraphQlResponse containing the list of errors or null if the error happened before a response could be received from server.
getJson() - Method in class com.adobe.aem.graphql.client.GraphQlResponse.Error
 
getLongPath() - Method in class com.adobe.aem.graphql.client.PersistedQuery
 
getMessage() - Method in class com.adobe.aem.graphql.client.GraphQlResponse.Error
 
getQuery() - Method in class com.adobe.aem.graphql.client.PersistedQuery
 
getShortPath() - Method in class com.adobe.aem.graphql.client.PersistedQuery
 
GraphQlResponse - Class in com.adobe.aem.graphql.client
The client AEMHeadlessClient returns this class for the operations runQuery(String) and runPersistedQuery(PersistedQuery).
GraphQlResponse.Error - Class in com.adobe.aem.graphql.client
Represents a GraphQL error as sent by server in JSON response.

H

hasErrors() - Method in class com.adobe.aem.graphql.client.GraphQlResponse
 

L

listPersistedQueries(String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Lists all persisted queries for the given configuration name.

P

PersistedQuery - Class in com.adobe.aem.graphql.client
Represents a GraphQL persisted query.
persistQuery(String, String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Adds a new persisted query on the server.

R

readTimeout(int) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Configures the read timeout.
runPersistedQuery(PersistedQuery) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs a persisted query on the server.
runPersistedQuery(PersistedQuery, Map<String, Object>) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs a persisted query on the server.
runPersistedQuery(String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs a persisted query on the server.
runPersistedQuery(String, Map<String, Object>) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs a persisted query on the server.
runQuery(String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs the given GraphQL query on server.
runQuery(String, Map<String, Object>) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClient
Runs the given GraphQL query on server.

T

tokenAuth(String) - Method in class com.adobe.aem.graphql.client.AEMHeadlessClientBuilder
Configures the client for token authentication.
toString() - Method in class com.adobe.aem.graphql.client.GraphQlResponse
 
toString() - Method in class com.adobe.aem.graphql.client.PersistedQuery
 
A B C E G H L P R T 
Skip navigation links

Copyright © 2021 Adobe. All rights reserved.