Package 

Enum NetworkRequestType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum NetworkRequestType
    extends Enum<NetworkRequestType>
                        

    The type of request that needs to be made. We currently only require either a GET or a POST.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      POST

      A HTTP POST request (which should then include data within the body).

      GET

      A HTTP GET request.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait