Class

net.katsstuff.ackcord.http.images

GetDefaultUserAvatarImage

Related Doc: package images

Permalink

case class GetDefaultUserAvatarImage[Ctx](desiredSize: Int, discriminator: Int, context: Ctx = NotUsed: NotUsed) extends ImageRequest[Ctx] with Product with Serializable

Get the default avatar of a user. Always returns a PNG.

Linear Supertypes
Serializable, Serializable, Product, Equals, ImageRequest[Ctx], Request[ByteString, Ctx], MaybeRequest[ByteString, Ctx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetDefaultUserAvatarImage
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ImageRequest
  7. Request
  8. MaybeRequest
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GetDefaultUserAvatarImage(desiredSize: Int, discriminator: Int, 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. def allowedFormats: Seq[ImageFormat]

    Permalink

    The allowed formats for this image.

    The allowed formats for this image.

    Definition Classes
    GetDefaultUserAvatarImageImageRequest
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bodyForLogging: Option[String]

    Permalink
    Definition Classes
    ImageRequest → Request
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Request
  9. val context: Ctx

    Permalink
    Definition Classes
    GetDefaultUserAvatarImage → MaybeRequest
  10. val desiredSize: Int

    Permalink

    The desired size of the image.

    The desired size of the image. Must be between 16 and 2048, and must be a power of 2.

    Definition Classes
    GetDefaultUserAvatarImageImageRequest
  11. val discriminator: Int

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def format: ImageFormat

    Permalink

    The format to get the image in.

    The format to get the image in.

    Definition Classes
    GetDefaultUserAvatarImageImageRequest
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasPermissions[F[_]](implicit c: CacheSnapshot[F], F: Monad[F]): F[Boolean]

    Permalink
    Definition Classes
    ImageRequest → Request
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def map[B](f: (ByteString) ⇒ 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 parseResponse(parallelism: Int)(implicit system: ActorSystem): Flow[ResponseEntity, ByteString, NotUsed]

    Permalink
    Definition Classes
    ImageRequest → Request
  25. def requestBody: RequestEntity

    Permalink
    Definition Classes
    ImageRequest → Request
  26. def route: RequestRoute

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

    Permalink
    Definition Classes
    AnyRef
  28. def transformResponse[B](f: (Flow[ResponseEntity, ByteString, NotUsed]) ⇒ Flow[ResponseEntity, B, NotUsed]): Request[B, Ctx]

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

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

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

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

    Permalink
    Definition Classes
    Request

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ImageRequest[Ctx]

Inherited from Request[ByteString, Ctx]

Inherited from MaybeRequest[ByteString, Ctx]

Inherited from AnyRef

Inherited from Any

Ungrouped