@Immutable public class GQLQuery extends Object
| Constructor and Description |
|---|
GQLQuery(Map<String,GQLOperation> operationMap,
Map<String,GQLFragmentDefinition> fragmentMap) |
| Modifier and Type | Method and Description |
|---|---|
Optional<GQLOperation> |
getOperation(String name) |
boolean |
isDefaultOperationAvailable() |
String |
toString() |
public GQLQuery(@Nonnull Map<String,GQLOperation> operationMap, @Nonnull Map<String,GQLFragmentDefinition> fragmentMap)
Copyright © 2015–2020 morimekta.net. All rights reserved.