public class TopLevelNames
The names of the top level objects in the schema.
Constructor and Description |
---|
TopLevelNames(java.lang.String query,
java.lang.String mutation,
java.lang.String subscription)
The names of the top level objects in the schema.
|
TopLevelNames()
The names of the top level objects in the schema.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
component1() |
java.lang.String |
component2() |
java.lang.String |
component3() |
TopLevelNames |
copy(java.lang.String query,
java.lang.String mutation,
java.lang.String subscription)
The names of the top level objects in the schema.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getMutation() |
java.lang.String |
getQuery() |
java.lang.String |
getSubscription() |
int |
hashCode() |
java.lang.String |
toString() |
public TopLevelNames(java.lang.String query, java.lang.String mutation, java.lang.String subscription)
The names of the top level objects in the schema.
public TopLevelNames()
The names of the top level objects in the schema.
public java.lang.String getQuery()
public java.lang.String getMutation()
public java.lang.String getSubscription()
public java.lang.String component1()
public java.lang.String component2()
public java.lang.String component3()
public TopLevelNames copy(java.lang.String query, java.lang.String mutation, java.lang.String subscription)
The names of the top level objects in the schema.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)