Class FaunaRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class FaunaRequest
    extends java.lang.Object
    implements java.io.Serializable
    This class represents a Fauna POST request body that can be serialized.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FaunaRequest​(Query query)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Query getQuery()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FaunaRequest

        public FaunaRequest​(Query query)
    • Method Detail

      • getQuery

        public Query getQuery()