Class Response.Action

  • Enclosing interface:
    Response

    public static class Response.Action
    extends java.lang.Object
    Describes an action the client can execute on a single object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> header  
      java.lang.String href  
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • href

        public java.lang.String href
      • header

        public java.util.Map<java.lang.String,​java.lang.String> header
    • Constructor Detail

      • Action

        public Action()