public interface GraphQLOperationConfig extends ModelItemConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphQLOperationConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AuthProfileHolderEnvironmentSpecConfig |
addNewEnvironmentSpec()
Appends and returns a new empty "environmentSpec" element
|
GraphQLRequestConfig |
addNewGraphQLRequest()
Appends and returns a new empty value (as xml) as the last "graphQLRequest" element
|
String |
getBindingOperationName()
Gets the "bindingOperationName" attribute
|
AuthProfileHolderEnvironmentSpecConfig |
getEnvironmentSpec()
Gets the "environmentSpec" element
|
GraphQLRequestConfig[] |
getGraphQLRequestArray()
Deprecated.
|
GraphQLRequestConfig |
getGraphQLRequestArray(int i)
Gets ith "graphQLRequest" element
|
List<GraphQLRequestConfig> |
getGraphQLRequestList()
Gets a List of "graphQLRequest" elements
|
GraphQLRequestConfig |
insertNewGraphQLRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "graphQLRequest" element
|
boolean |
isSetBindingOperationName()
True if has "bindingOperationName" attribute
|
boolean |
isSetEnvironmentSpec()
True if has "environmentSpec" element
|
void |
removeGraphQLRequest(int i)
Removes the ith "graphQLRequest" element
|
void |
setBindingOperationName(String bindingOperationName)
Sets the "bindingOperationName" attribute
|
void |
setEnvironmentSpec(AuthProfileHolderEnvironmentSpecConfig environmentSpec)
Sets the "environmentSpec" element
|
void |
setGraphQLRequestArray(GraphQLRequestConfig[] graphQLRequestArray)
Sets array of all "graphQLRequest" element
|
void |
setGraphQLRequestArray(int i,
GraphQLRequestConfig graphQLRequest)
Sets ith "graphQLRequest" element
|
int |
sizeOfGraphQLRequestArray()
Returns number of "graphQLRequest" element
|
void |
unsetBindingOperationName()
Unsets the "bindingOperationName" attribute
|
void |
unsetEnvironmentSpec()
Unsets the "environmentSpec" element
|
org.apache.xmlbeans.XmlString |
xgetBindingOperationName()
Gets (as xml) the "bindingOperationName" attribute
|
void |
xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
Sets (as xml) the "bindingOperationName" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestampchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<GraphQLRequestConfig> getGraphQLRequestList()
GraphQLRequestConfig[] getGraphQLRequestArray()
GraphQLRequestConfig getGraphQLRequestArray(int i)
int sizeOfGraphQLRequestArray()
void setGraphQLRequestArray(GraphQLRequestConfig[] graphQLRequestArray)
void setGraphQLRequestArray(int i,
GraphQLRequestConfig graphQLRequest)
GraphQLRequestConfig insertNewGraphQLRequest(int i)
GraphQLRequestConfig addNewGraphQLRequest()
void removeGraphQLRequest(int i)
AuthProfileHolderEnvironmentSpecConfig getEnvironmentSpec()
boolean isSetEnvironmentSpec()
void setEnvironmentSpec(AuthProfileHolderEnvironmentSpecConfig environmentSpec)
AuthProfileHolderEnvironmentSpecConfig addNewEnvironmentSpec()
void unsetEnvironmentSpec()
String getBindingOperationName()
org.apache.xmlbeans.XmlString xgetBindingOperationName()
boolean isSetBindingOperationName()
void setBindingOperationName(String bindingOperationName)
void xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
void unsetBindingOperationName()
Copyright © 2019. All rights reserved.