Class Graph_where
- java.lang.Object
-
- org.topbraidlive.client.java.graphql.platform.Graph_where
-
- All Implemented Interfaces:
Serializable
public class Graph_where extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Graph_where()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(StringBuilder _queryBuilder)
Graph_where_creationTimeStamp
getCreationTimeStamp()
Input<Graph_where_creationTimeStamp>
getCreationTimeStampInput()
Graph_where_creator
getCreator()
Input<Graph_where_creator>
getCreatorInput()
Graph_where_description
getDescription()
Input<Graph_where_description>
getDescriptionInput()
Graph_where
setCreationTimeStamp(Graph_where_creationTimeStamp creationTimeStamp)
Graph_where
setCreationTimeStampInput(Input<Graph_where_creationTimeStamp> creationTimeStamp)
Graph_where
setCreator(Graph_where_creator creator)
Graph_where
setCreatorInput(Input<Graph_where_creator> creator)
Graph_where
setDescription(Graph_where_description description)
Graph_where
setDescriptionInput(Input<Graph_where_description> description)
-
-
-
Method Detail
-
getCreationTimeStamp
public Graph_where_creationTimeStamp getCreationTimeStamp()
-
getCreationTimeStampInput
public Input<Graph_where_creationTimeStamp> getCreationTimeStampInput()
-
setCreationTimeStamp
public Graph_where setCreationTimeStamp(Graph_where_creationTimeStamp creationTimeStamp)
-
setCreationTimeStampInput
public Graph_where setCreationTimeStampInput(Input<Graph_where_creationTimeStamp> creationTimeStamp)
-
getCreator
public Graph_where_creator getCreator()
-
getCreatorInput
public Input<Graph_where_creator> getCreatorInput()
-
setCreator
public Graph_where setCreator(Graph_where_creator creator)
-
setCreatorInput
public Graph_where setCreatorInput(Input<Graph_where_creator> creator)
-
getDescription
public Graph_where_description getDescription()
-
getDescriptionInput
public Input<Graph_where_description> getDescriptionInput()
-
setDescription
public Graph_where setDescription(Graph_where_description description)
-
setDescriptionInput
public Graph_where setDescriptionInput(Input<Graph_where_description> description)
-
appendTo
public void appendTo(StringBuilder _queryBuilder)
-
-