Class

net.katsstuff.ackcord.http.rest

DeleteGuildIntegration

Related Doc: package rest

Permalink

case class DeleteGuildIntegration[Ctx](guildId: GuildId, integrationId: IntegrationId, context: Ctx = NotUsed: NotUsed) extends NoParamsResponseRequest[Ctx] with Product with Serializable

Delete an integration.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeleteGuildIntegration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NoParamsResponseRequest
  7. NoResponseRequest
  8. NoNiceResponseRequest
  9. NoParamsRequest
  10. RESTRequest
  11. BaseRESTRequest
  12. Request
  13. MaybeRequest
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeleteGuildIntegration(guildId: GuildId, integrationId: IntegrationId, context: Ctx = NotUsed: NotUsed)

    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. def bodyForLogging: Option[String]

    Permalink
    Definition Classes
    RESTRequest → Request
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collect[B](f: PartialFunction[NotUsed, B]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  8. val context: Ctx

    Permalink
    Definition Classes
    DeleteGuildIntegration → MaybeRequest
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def extraHeaders: Seq[HttpHeader]

    Permalink
    Definition Classes
    Request
  11. def filter(f: (NotUsed) ⇒ Boolean): Request[NotUsed, Ctx]

    Permalink
    Definition Classes
    Request
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val guildId: GuildId

    Permalink
  15. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]

    Permalink
    Definition Classes
    DeleteGuildIntegrationBaseRESTRequest → Request
  16. val integrationId: IntegrationId

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def jsonParams: Json

    Permalink

    The params of this request converted to json.

    The params of this request converted to json.

    Definition Classes
    RESTRequest
  19. def jsonPrinter: Printer

    Permalink
    Definition Classes
    RESTRequest
  20. def map[B](f: (NotUsed) ⇒ B): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def params: NotUsed

    Permalink

    The params of this request

    The params of this request

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

    Permalink

    An encoder for the params of this request

    An encoder for the params of this request

    Definition Classes
    NoParamsRequestRESTRequest
  26. def parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, NotUsed, NotUsed]

    Permalink
    Definition Classes
    NoResponseRequestBaseRESTRequest → Request
  27. def requestBody: RequestEntity

    Permalink
    Definition Classes
    RESTRequest → Request
  28. def requiredPermissions: Permission

    Permalink

    The permissions needed to use this request.

    The permissions needed to use this request.

    Definition Classes
    DeleteGuildIntegrationBaseRESTRequest
  29. def responseDecoder: Decoder[NotUsed]

    Permalink

    A decoder to decode the response.

    A decoder to decode the response.

    Definition Classes
    NoResponseRequestBaseRESTRequest
  30. def route: RequestRoute

    Permalink
    Definition Classes
    DeleteGuildIntegration → Request
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toNiceResponse(response: NotUsed): NotUsed

    Permalink

    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: (Flow[ResponseEntity, NotUsed, NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]

    Permalink
    Definition Classes
    Request
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withContext[NewCtx](newContext: NewCtx): Request[NotUsed, NewCtx]

    Permalink
    Definition Classes
    Request

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NoParamsResponseRequest[Ctx]

Inherited from NoResponseRequest[NotUsed, Ctx]

Inherited from NoNiceResponseRequest[NotUsed, NotUsed, Ctx]

Inherited from NoParamsRequest[NotUsed, NotUsed, Ctx]

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

Inherited from BaseRESTRequest[NotUsed, NotUsed, Ctx]

Inherited from Request[NotUsed, Ctx]

Inherited from MaybeRequest[NotUsed, Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped