Packages

c

ackcord.requests

CreateWebhook

case class CreateWebhook(channelId: TextChannelId, params: CreateWebhookData, reason: Option[String] = None) extends NoNiceResponseReasonRequest[CreateWebhook, CreateWebhookData, Webhook] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateWebhook
  2. Serializable
  3. Product
  4. Equals
  5. NoNiceResponseReasonRequest
  6. NoNiceResponseRequest
  7. ReasonRequest
  8. RESTRequest
  9. BaseRESTRequest
  10. Request
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CreateWebhook(channelId: TextChannelId, params: CreateWebhookData, reason: Option[String] = None)

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. val channelId: TextChannelId
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def collect[B](f: PartialFunction[Webhook, 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
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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: (Webhook) => Boolean): Request[Webhook]

    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
    CreateWebhookBaseRESTRequestRequest
  14. 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
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def jsonParams: Json

    The params of this request converted to json.

    The params of this request converted to json.

    Definition Classes
    RESTRequest
  17. def jsonPrinter: Printer
    Definition Classes
    RESTRequest
  18. def map[B](f: (Webhook) => B): Request[B]

    Map the result of sending this request.

    Map the result of sending this request.

    Definition Classes
    Request
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. val params: CreateWebhookData

    The params of this request

    The params of this request

    Definition Classes
    CreateWebhookRESTRequest
  23. def paramsEncoder: Encoder[CreateWebhookData]

    An encoder for the params of this request

    An encoder for the params of this request

    Definition Classes
    CreateWebhookRESTRequest
  24. def parseResponse(entity: ResponseEntity)(implicit system: ActorSystem[Nothing]): Future[Webhook]

    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
    BaseRESTRequestRequest
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val reason: Option[String]
    Definition Classes
    CreateWebhookReasonRequest
  27. def requestBody: RequestEntity

    The body of the request to send.

    The body of the request to send.

    Definition Classes
    RESTRequestRequest
  28. def requiredPermissions: Permission

    The permissions needed to use this request.

    The permissions needed to use this request.

    Definition Classes
    CreateWebhookBaseRESTRequest
  29. def responseDecoder: Decoder[Webhook]

    A decoder to decode the response.

    A decoder to decode the response.

    Definition Classes
    CreateWebhookBaseRESTRequest
  30. def route: RequestRoute

    The router for this request.

    The router for this request.

    Definition Classes
    CreateWebhookRequest
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toNiceResponse(response: Webhook): Webhook

    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
  33. def transformResponse[B](f: (ExecutionContext) => (Future[Webhook]) => 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
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. def withReason(reason: String): CreateWebhook

    A reason to add to the audit log entry.

    A reason to add to the audit log entry.

    Definition Classes
    CreateWebhookReasonRequest

Deprecated Value Members

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Request[Webhook]

Inherited from AnyRef

Inherited from Any

Ungrouped