com.cloudinary

response

package response

Visibility
  1. Public
  2. All

Type Members

  1. trait AdvancedResponse extends RawResponse

  2. case class ColorInfo(color: String, rank: Double) extends Product with Serializable

  3. case class CustomCoordinate(x: Int, y: Int, width: Int, height: Int) extends Product with Serializable

  4. case class DeleteResourceResponse(deleted: Map[String, String], next_cursor: Option[String]) extends RawResponse with Product with Serializable

  5. case class DerivedInfo(public_id: String, format: String, bytes: Long, id: String, url: String, secure_url: String) extends Product with Serializable

  6. case class DerivedTransformInfo(transformation: String, format: String, bytes: Long, id: String, url: String, secure_url: String) extends Product with Serializable

  7. case class DestroyResponse(result: String) extends RawResponse with Product with Serializable

  8. case class EagerInfo(url: String, secure_url: String) extends Product with Serializable

  9. case class ExplicitResponse(public_id: String, version: String, url: String, secure_url: String, signature: String, bytes: Long, format: String, eager: List[EagerInfo] = List(), type: String) extends RawResponse with Product with Serializable

  10. case class ExplodeResponse(status: String, batch_id: String) extends RawResponse with Product with Serializable

  11. case class FaceInfo(x: Int, y: Int, width: Int, height: Int) extends Product with Serializable

  12. case class FolderInfo(name: String, path: String) extends Product with Serializable

  13. case class FolderListResponse(folders: List[FolderInfo]) extends Product with Serializable

  14. class ImageAnalysis extends AnyRef

  15. case class LargeRawUploadResponse(public_id: String, url: String, secure_url: String, signature: String, bytes: Long, resource_type: String, tags: List[String] = List(), upload_id: Option[String], done: Option[Boolean]) extends VersionedResponse with TimestampedResponse with Product with Serializable

  16. case class ModerationItem(status: ModerationStatus.Value, kind: String, response: Option[String], updated_at: Option[Date]) extends Product with Serializable

  17. case class MultiResponse(public_id: String, version: String, url: String, secure_url: String) extends RawResponse with Product with Serializable

  18. case class PingResponse(status: String) extends Product with Serializable

  19. trait RawResponse extends AnyRef

  20. case class ResourceResponse(public_id: String, url: String, secure_url: String, bytes: Int, width: Int, height: Int, format: String, resource_type: String, type: String, derived: List[DerivedTransformInfo] = List(), tags: List[String] = List()) extends AdvancedResponse with VersionedResponse with TimestampedResponse with Product with Serializable

  21. case class ResourceTypesResponse(resource_types: List[String]) extends RawResponse with Product with Serializable

  22. case class ResourcesResponse(next_cursor: Option[String]) extends RawResponse with Product with Serializable

  23. case class SearchResourceResponse(raw: JValue) extends VersionedResponse with TimestampedResponse with Product with Serializable

  24. class SearchResponse extends RawResponse

  25. case class SpriteImageInfo(x: Int, y: Int, width: Int, height: Int) extends Product with Serializable

  26. case class SpriteResponse(css_url: String, secure_css_url: String, image_url: String, json_url: String, version: String, image_infos: Map[String, SpriteImageInfo]) extends RawResponse with Product with Serializable

  27. case class TagResponse(public_ids: List[String]) extends RawResponse with Product with Serializable

  28. case class TagsResponse(tags: List[String], next_cursor: Option[String]) extends RawResponse with Product with Serializable

  29. case class TextResponse(width: Int, height: Int) extends RawResponse with Product with Serializable

  30. trait TimestampedResponse extends RawResponse

  31. case class TransformationInfo(name: String, allowed_for_strict: Boolean, used: Boolean) extends Product with Serializable

  32. case class TransformationResponse(name: String, allowed_for_strict: Boolean, used: Boolean, derived: List[DerivedInfo]) extends RawResponse with Product with Serializable

  33. case class TransformationUpdateResponse(message: String) extends Product with Serializable

  34. case class TransformationsResponse(transformations: List[TransformationInfo], next_cursor: Option[String]) extends RawResponse with Product with Serializable

  35. case class UnparsedUploadPreset(name: String, unsigned: Boolean, settings: Map[String, String]) extends Product with Serializable

  36. case class UploadPreset(name: String = null, unsigned: Boolean = false, settings: UploadParameters) extends Product with Serializable

  37. case class UploadPresetCreateResponse(message: String, name: String) extends Product with Serializable

  38. class UploadPresetResponse extends RawResponse

  39. case class UploadPresetUpdateResponse(message: String) extends Product with Serializable

  40. case class UploadPresetsResponse(presets: List[UnparsedUploadPreset], next_cursor: Option[String]) extends RawResponse with Product with Serializable

  41. case class UploadResponse(public_id: String, url: String, secure_url: String, signature: String, bytes: Long, resource_type: String) extends AdvancedResponse with VersionedResponse with TimestampedResponse with Product with Serializable

  42. case class UsageInfo(usage: Int, limit: Int, used_percent: Float) extends Product with Serializable

  43. case class UsageResponse(plan: String, last_updated: Date, objects: UsageInfo, bandwidth: UsageInfo, storage: UsageInfo, requests: Int, resources: Int, derived_resources: Int) extends RawResponse with Product with Serializable

  44. trait VersionedResponse extends RawResponse

Value Members

  1. object AccessMode extends Enumeration

  2. object ModerationStatus extends Enumeration

  3. object SearchResourceResponse extends Serializable

  4. object Status extends Enumeration

Ungrouped