Class/Object

com.hypertino.facade.apiref.user

UserPatch

Related Docs: object UserPatch | package user

Permalink

class UserPatch extends Request[DynamicBody] with DefinedResponse[NoContent[DynamicBody]] with Product

Annotations
@location( "hb://user/users/{user_id}" ) @method( ... )
Linear Supertypes
Product, Equals, DefinedResponse[NoContent[DynamicBody]], Request[DynamicBody], MessagingContext, Message[DynamicBody, RequestHeaders], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserPatch
  2. Product
  3. Equals
  4. DefinedResponse
  5. Request
  6. MessagingContext
  7. Message
  8. Writable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UserPatch(userId: String, body: DynamicBody, headers: RequestHeaders, plain__init: Boolean = false)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val body: DynamicBody

    Permalink
    Definition Classes
    UserPatch → Message
  6. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    UserPatch → Equals
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(userId: String = this.userId, body: DynamicBody = this.body, headers: RequestHeaders = this.headers): UserPatch

    Permalink
  9. def correlationId: String

    Permalink
    Definition Classes
    Request → MessagingContext
  10. def createMessageId(): String

    Permalink
    Definition Classes
    MessagingContext
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    UserPatch → Equals → AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    UserPatch → AnyRef → Any
  16. val headers: RequestHeaders

    Permalink
    Definition Classes
    UserPatch → Message
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def productArity: Int

    Permalink
    Definition Classes
    UserPatch → Product
  22. def productElement(n: Int): Any

    Permalink
    Definition Classes
    UserPatch → Product
  23. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  24. def productPrefix: String

    Permalink
    Definition Classes
    Product
  25. def serialize(writer: Writer)(implicit so: SerializationOptions): Unit

    Permalink
    Definition Classes
    Message → Writable
  26. def serializeToString(implicit so: SerializationOptions): String

    Permalink
    Definition Classes
    Writable
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    Message → AnyRef → Any
  29. val userId: String

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from DefinedResponse[NoContent[DynamicBody]]

Inherited from Request[DynamicBody]

Inherited from MessagingContext

Inherited from Message[DynamicBody, RequestHeaders]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped