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 voidappendTo(StringBuilder _queryBuilder)Graph_where_creationTimeStampgetCreationTimeStamp()Input<Graph_where_creationTimeStamp>getCreationTimeStampInput()Graph_where_creatorgetCreator()Input<Graph_where_creator>getCreatorInput()Graph_where_descriptiongetDescription()Input<Graph_where_description>getDescriptionInput()Graph_wheresetCreationTimeStamp(Graph_where_creationTimeStamp creationTimeStamp)Graph_wheresetCreationTimeStampInput(Input<Graph_where_creationTimeStamp> creationTimeStamp)Graph_wheresetCreator(Graph_where_creator creator)Graph_wheresetCreatorInput(Input<Graph_where_creator> creator)Graph_wheresetDescription(Graph_where_description description)Graph_wheresetDescriptionInput(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)
-
-