@Immutable public class GQLInlineFragment extends Object implements GQLFragment
| Constructor and Description |
|---|
GQLInlineFragment(net.morimekta.providence.descriptor.PMessageDescriptor<?> descriptor,
List<GQLSelection> selectionSet)
Inline fragment with field set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<GQLSelection> |
getSelectionSet() |
net.morimekta.providence.descriptor.PMessageDescriptor<?> |
getTypeCondition()
All fragments represent a specific message type of a union
field, or an interface implementation.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisApplicableForgetSelection, hasSelection, hasSelectionPathpublic GQLInlineFragment(@Nonnull net.morimekta.providence.descriptor.PMessageDescriptor<?> descriptor, @Nonnull List<GQLSelection> selectionSet)
descriptor - Descriptor of type defined in this fragment.selectionSet - Field selectionSet for the fragment.@Nonnull public net.morimekta.providence.descriptor.PMessageDescriptor<?> getTypeCondition()
GQLFragmentgetTypeCondition in interface GQLFragment@Nonnull public List<GQLSelection> getSelectionSet()
getSelectionSet in interface GQLFragmentgetSelectionSet in interface GQLSelectionCopyright © 2015–2020 morimekta.net. All rights reserved.