Package 

Enum RumResourceMethod

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

    
    public enum RumResourceMethod
    extends Enum<RumResourceMethod>
                        

    Describes the type of a method associated with resource call.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONNECT

      CONNECT Method.

      OPTIONS

      OPTIONS Method.

      TRACE

      TRACE Method.

      PATCH

      PATCH Method.

      DELETE

      DELETE Method.

      PUT

      PUT Method.

      HEAD

      HEAD Method.

      GET

      GET Method.

      POST

      POST Method.

    • 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