Packages

t

net.katsstuff.ackcord.http.rest

NoParamsNiceResponseReasonRequest

trait NoParamsNiceResponseReasonRequest[Self <: NoParamsNiceResponseReasonRequest[Self, Response, Ctx], Response, Ctx] extends NoParamsReasonRequest[Self, Response, Response, Ctx] with NoNiceResponseReasonRequest[Self, NotUsed, Response, Ctx]

A request, with an audit log reason, that takes no params, and where the response type and the nice response type are the same.

Linear Supertypes
NoNiceResponseReasonRequest[Self, NotUsed, Response, Ctx], NoNiceResponseRequest[NotUsed, Response, Ctx], NoParamsReasonRequest[Self, Response, Response, Ctx], NoParamsRequest[Response, Response, Ctx], ReasonRequest[Self, NotUsed, Response, Response, Ctx], RESTRequest[NotUsed, Response, Response, Ctx], BaseRESTRequest[Response, Response, Ctx], Request[Response, Ctx], MaybeRequest[Response, Ctx], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoParamsNiceResponseReasonRequest
  2. NoNiceResponseReasonRequest
  3. NoNiceResponseRequest
  4. NoParamsReasonRequest
  5. NoParamsRequest
  6. ReasonRequest
  7. RESTRequest
  8. BaseRESTRequest
  9. Request
  10. MaybeRequest
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def context: Ctx
    Definition Classes
    MaybeRequest
  2. abstract def reason: Option[String]
    Definition Classes
    ReasonRequest
  3. abstract def responseDecoder: Decoder[Response]

    A decoder to decode the response.

    A decoder to decode the response.

    Definition Classes
    BaseRESTRequest
  4. abstract def route: RequestRoute
    Definition Classes
    Request
  5. abstract def withReason(reason: String): Self

    A reason to add to the audit log entry.

    A reason to add to the audit log entry.

    Definition Classes
    ReasonRequest

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bodyForLogging: Option[String]
    Definition Classes
    RESTRequest → Request
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def collect[B](f: PartialFunction[Response, B]): Request[B, Ctx]
    Definition Classes
    Request
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def extraHeaders: Seq[HttpHeader]
    Definition Classes
    ReasonRequest → Request
  11. def filter(f: (Response) ⇒ Boolean): Request[Response, Ctx]
    Definition Classes
    Request
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]
    Definition Classes
    BaseRESTRequest → Request
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jsonParams: Json

    The params of this request converted to json.

    The params of this request converted to json.

    Definition Classes
    RESTRequest
  18. def jsonPrinter: Printer
    Definition Classes
    RESTRequest
  19. def map[B](f: (Response) ⇒ B): Request[B, Ctx]
    Definition Classes
    Request
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def params: NotUsed

    The params of this request

    The params of this request

    Definition Classes
    NoParamsRequestRESTRequest
  24. def paramsEncoder: Encoder[NotUsed]

    An encoder for the params of this request

    An encoder for the params of this request

    Definition Classes
    NoParamsRequestRESTRequest
  25. def parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, Response, NotUsed]
    Definition Classes
    BaseRESTRequest → Request
  26. def requestBody: RequestEntity
    Definition Classes
    RESTRequest → Request
  27. def requiredPermissions: Permission

    The permissions needed to use this request.

    The permissions needed to use this request.

    Definition Classes
    BaseRESTRequest
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toNiceResponse(response: Response): Response

    Convert the response to a format the cache handler can understand.

    Convert the response to a format the cache handler can understand.

    Definition Classes
    NoNiceResponseRequestBaseRESTRequest
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transformResponse[B](f: (Flow[ResponseEntity, Response, NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]
    Definition Classes
    Request
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. def withContext[NewCtx](newContext: NewCtx): Request[Response, NewCtx]
    Definition Classes
    Request

Inherited from NoNiceResponseReasonRequest[Self, NotUsed, Response, Ctx]

Inherited from NoNiceResponseRequest[NotUsed, Response, Ctx]

Inherited from NoParamsReasonRequest[Self, Response, Response, Ctx]

Inherited from NoParamsRequest[Response, Response, Ctx]

Inherited from ReasonRequest[Self, NotUsed, Response, Response, Ctx]

Inherited from RESTRequest[NotUsed, Response, Response, Ctx]

Inherited from BaseRESTRequest[Response, Response, Ctx]

Inherited from Request[Response, Ctx]

Inherited from MaybeRequest[Response, Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped