com.cloudinary.parameters

UploadParameters

Related Doc: package parameters

case class UploadParameters(parameters: Map[String, _] = Map(), signed: Boolean = true) extends UploadableResourceParams with UpdateableResourceParams with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, UpdateableResourceParams, UploadableResourceParams, ParamFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UploadParameters
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. UpdateableResourceParams
  7. UploadableResourceParams
  8. ParamFactory
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UploadParameters(parameters: Map[String, _] = Map(), signed: Boolean = true)

Type Members

  1. type Self = UploadParameters

    Definition Classes
    UploadParametersParamFactory

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

    Definition Classes
    UploadableResourceParams
  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 autoTagging(threshold: Double): Self

    Definition Classes
    UpdateableResourceParams
  9. def backgroundRemoval(source: String): Self

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

    Definition Classes
    UploadableResourceParams
  11. def callback(value: String): Self

    Definition Classes
    UploadableResourceParams
  12. def categorization(source: String): Self

    Definition Classes
    UpdateableResourceParams
  13. def clone(): AnyRef

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

    Definition Classes
    UploadableResourceParams
  15. def context(value: Map[String, String]): Self

    Definition Classes
    UpdateableResourceParams
  16. def customCoordinates(value: List[CustomCoordinate]): Self

    Definition Classes
    UpdateableResourceParams
  17. def detection(source: String): Self

    Definition Classes
    UpdateableResourceParams
  18. def disallowPublicId(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  19. def discardOriginalFilename(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  20. def eager(value: List[Transformation]): Self

    Definition Classes
    UploadableResourceParams
  21. def eagerAsync(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  22. def eagerNotificationUrl(value: String): Self

    Definition Classes
    UploadableResourceParams
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def exif(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  25. def faceCoordinates(value: List[FaceInfo]): Self

    Definition Classes
    UpdateableResourceParams
  26. def faces(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  27. val factory: (Map[String, _]) ⇒ UploadParameters

    Attributes
    protected
    Definition Classes
    UploadParametersParamFactory
  28. def folder(value: String): Self

    Definition Classes
    UploadableResourceParams
  29. def format(value: String): Self

    Definition Classes
    UploadableResourceParams
  30. def get(key: String): Option[Any]

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

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def headers(value: Map[String, String]): Self

    Definition Classes
    UpdateableResourceParams
  33. def imageMetadata(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  34. def invalidate(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  35. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    UploadableResourceParams
  37. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    UploadableResourceParams
  39. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def overwrite(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  42. def pHash(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  43. def param(key: String, value: Any): Self

    Attributes
    protected
    Definition Classes
    ParamFactory
  44. val parameters: Map[String, _]

    Definition Classes
    UploadParametersParamFactory
  45. def proxy(value: String): Self

    Definition Classes
    UploadableResourceParams
  46. def publicId(value: String): Self

    Definition Classes
    UploadableResourceParams
  47. def rawConvert(source: String): Self

    Definition Classes
    UpdateableResourceParams
  48. def returnDeleteToken(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  49. val signed: Boolean

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

    Definition Classes
    AnyRef
  51. def tags(value: Set[String]): Self

    Definition Classes
    UpdateableResourceParams
  52. def toMap: Map[String, String]

    Definition Classes
    ParamFactory
  53. def transformation(value: Transformation): Self

    Definition Classes
    UploadableResourceParams
  54. def type(value: String): Self

    Definition Classes
    UploadableResourceParams
  55. def uniqueFilename(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  56. def uploadPreset(value: String): Self

    Definition Classes
    UploadableResourceParams
  57. def useFilename(value: Boolean): Self

    Definition Classes
    UploadableResourceParams
  58. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from UpdateableResourceParams

Inherited from UploadableResourceParams

Inherited from ParamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped