Class Patch


  • public class Patch
    extends Request
    • Constructor Summary

      Constructors 
      Constructor Description
      Patch​(javax.ws.rs.client.WebTarget service, javax.ws.rs.client.Entity body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response send()  
      javax.ws.rs.core.Response send​(java.lang.String session)  
      • Methods inherited from class java.lang.Object

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

      • Patch

        public Patch​(javax.ws.rs.client.WebTarget service,
                     javax.ws.rs.client.Entity body)
    • Method Detail

      • send

        public javax.ws.rs.core.Response send()
                                       throws java.lang.Exception
        Specified by:
        send in class Request
        Throws:
        java.lang.Exception
      • send

        public javax.ws.rs.core.Response send​(java.lang.String session)
                                       throws java.lang.Exception
        Specified by:
        send in class Request
        Throws:
        java.lang.Exception