Package org.mockserver.model
Class GraphQLBody
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLBody(String query) GraphQLBody(String query, String operationName, String variablesSchema) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()getValue()static GraphQLBodystatic GraphQLBodystatic GraphQLBodyinthashCode()toString()withFields(String... fields) withFields(List<String> fields) withSelectionSetMatchType(SelectionSetMatchType selectionSetMatchType) Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getOptional, getRawBytes, getType, withOptionalMethods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
Constructor Details
-
GraphQLBody
-
GraphQLBody
-
-
Method Details
-
graphQL
-
graphQL
-
graphQL
-
getQuery
-
getOperationName
-
getVariablesSchema
-
getSelectionSetMatchType
-
withSelectionSetMatchType
-
getFields
-
withFields
-
withFields
-
getValue
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classObjectWithJsonToString
-