Packages

t

ackcord.requests

NoResponseReasonRequest

trait NoResponseReasonRequest[Self <: NoResponseReasonRequest[Self, Params], Params] extends NoNiceResponseReasonRequest[Self, Params, NotUsed] with NoResponseRequest[Params]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoResponseReasonRequest
  2. NoResponseRequest
  3. NoNiceResponseReasonRequest
  4. NoNiceResponseRequest
  5. ReasonRequest
  6. RESTRequest
  7. BaseRESTRequest
  8. Request
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def params: Params

    The params of this request

    The params of this request

    Definition Classes
    RESTRequest
  2. abstract def paramsEncoder: Encoder[Params]

    An encoder for the params of this request

    An encoder for the params of this request

    Definition Classes
    RESTRequest
  3. abstract def reason: Option[String]
    Definition Classes
    ReasonRequest
  4. abstract def route: RequestRoute

    The router for this request.

    The router for this request.

    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]

    Returns the body of this Request for use in logging.

    Returns the body of this Request for use in logging.

    Definition Classes
    RESTRequestRequest
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def collect[B](f: PartialFunction[NotUsed, B]): Request[B]

    Map the result if the function is defined for the response data.

    Map the result if the function is defined for the response data.

    Definition Classes
    Request
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def extraHeaders: Seq[HttpHeader]

    All the extra headers to send with this request.

    All the extra headers to send with this request.

    Definition Classes
    ReasonRequestRequest
  11. def filter(f: (NotUsed) => Boolean): Request[NotUsed]

    Filter the response of sending this request.

    Filter the response of sending this request.

    Definition Classes
    Request
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hasPermissions(implicit c: CacheSnapshot): Boolean

    Check if a client has the needed permissions to execute this request.

    Check if a client has the needed permissions to execute this request.

    Definition Classes
    BaseRESTRequestRequest
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. val identifier: UUID

    An unique identifier to track this request from creation to answer.

    An unique identifier to track this request from creation to answer.

    Definition Classes
    Request
  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: (NotUsed) => B): Request[B]

    Map the result of sending this request.

    Map the result of sending this request.

    Definition Classes
    Request
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def parseResponse(entity: ResponseEntity)(implicit system: ActorSystem[Nothing]): Future[NotUsed]

    A flow that can be used to parse the responses from this request.

    A flow that can be used to parse the responses from this request.

    Definition Classes
    NoResponseRequestBaseRESTRequestRequest
  24. def requestBody: RequestEntity

    The body of the request to send.

    The body of the request to send.

    Definition Classes
    RESTRequestRequest
  25. def requiredPermissions: Permission

    The permissions needed to use this request.

    The permissions needed to use this request.

    Definition Classes
    BaseRESTRequest
  26. def responseDecoder: Decoder[NotUsed]

    A decoder to decode the response.

    A decoder to decode the response.

    Definition Classes
    NoResponseRequestBaseRESTRequest
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toNiceResponse(response: NotUsed): NotUsed

    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
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def transformResponse[B](f: (ExecutionContext) => (Future[NotUsed]) => Future[B]): Request[B]

    Transform the response of this request as a flow.

    Transform the response of this request as a flow.

    Definition Classes
    Request
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from NoResponseRequest[Params]

Inherited from NoNiceResponseReasonRequest[Self, Params, NotUsed]

Inherited from NoNiceResponseRequest[Params, NotUsed]

Inherited from ReasonRequest[Self, Params, NotUsed, NotUsed]

Inherited from RESTRequest[Params, NotUsed, NotUsed]

Inherited from Request[NotUsed]

Inherited from AnyRef

Inherited from Any

Ungrouped