com.cloudinary.parameters

UploadableResourceParams

Related Doc: package parameters

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: 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. def allowedFormats(value: Set[String]): Self

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

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

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

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

  9. def callback(value: String): Self

  10. def clone(): AnyRef

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

  12. def disallowPublicId(value: Boolean): Self

  13. def discardOriginalFilename(value: Boolean): Self

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

  15. def eagerAsync(value: Boolean): Self

  16. def eagerNotificationUrl(value: String): Self

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

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

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

  20. def faces(value: Boolean): Self

  21. def finalize(): Unit

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

  23. def format(value: String): Self

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

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

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

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

  28. def invalidate(value: Boolean): Self

  29. final def isInstanceOf[T0]: Boolean

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

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

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

  33. final def notify(): Unit

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

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

  36. def pHash(value: Boolean): Self

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

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

  39. def publicId(value: String): Self

  40. def returnDeleteToken(value: Boolean): Self

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

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

    Definition Classes
    ParamFactory
  43. def toString(): String

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

  45. def type(value: String): Self

  46. def uniqueFilename(value: Boolean): Self

  47. def uploadPreset(value: String): Self

  48. def useFilename(value: Boolean): Self

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ParamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped