com.cloudinary.parameters

UploadableResourceParams

trait UploadableResourceParams extends ParamFactory

Linear Supertypes
ParamFactory, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UploadableResourceParams
  2. ParamFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Self

    Definition Classes
    ParamFactory

Abstract Value Members

  1. abstract def factory: (Map[String, _]) ⇒ Self

    Attributes
    protected
    Definition Classes
    ParamFactory
  2. abstract def parameters: Map[String, _]

    Definition Classes
    ParamFactory

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allowedFormats(value: Set[String]): Self

  7. def apply(key: String, value: Any): Self

    Definition Classes
    ParamFactory
  8. def apply(key: String): Any

    Definition Classes
    ParamFactory
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def backup(backup: Boolean): Self

  11. def callback(value: String): Self

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def colors(value: Boolean): Self

  14. def disallowPublicId(value: Boolean): Self

  15. def discardOriginalFilename(value: Boolean): Self

  16. def eager(value: List[Transformation]): Self

  17. def eagerAsync(value: Boolean): Self

  18. def eagerNotificationUrl(value: String): Self

  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  21. def exif(value: Boolean): Self

  22. def faces(value: Boolean): Self

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def folder(value: String): Self

  25. def format(value: String): Self

  26. def get(key: String): Option[Any]

    Definition Classes
    ParamFactory
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def imageMetadata(value: Boolean): Self

  30. def invalidate(value: Boolean): Self

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def moderation(kind: String): Self

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def notificationUrl(value: String): Self

  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def overwrite(value: Boolean): Self

  38. def pHash(value: Boolean): Self

  39. def param(key: String, value: Any): Self

    Attributes
    protected
    Definition Classes
    ParamFactory
  40. def proxy(value: String): Self

  41. def publicId(value: String): Self

  42. def returnDeleteToken(value: Boolean): Self

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toMap: Map[String, String]

    Definition Classes
    ParamFactory
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def transformation(value: Transformation): Self

  47. def type(value: String): Self

  48. def uniqueFilename(value: Boolean): Self

  49. def uploadPreset(value: String): Self

  50. def useFilename(value: Boolean): Self

  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ParamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped