twitter4s.internal.json

OEmbedImpl

case class OEmbedImpl(twt4jOEmbed: twitter4j.OEmbed) extends OEmbed with Product with Serializable

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

Instance Constructors

  1. new OEmbedImpl(twt4jOEmbed: twitter4j.OEmbed)

Type Members

  1. type Tw4jResponse = twitter4j.OEmbed

    Type annotation is twitter4j original response

    Type annotation is twitter4j original response

    Definition Classes
    OEmbedImplTwitterResponse

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 accessLevel: AccessLevel

    get access level

    get access level

    returns

    access level from twitter response.

    Definition Classes
    OEmbedImplTwitterResponse
    Since

    Twitter4S 1.0.0

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def authorName: String

    The name of the author/owner of the resource.

    The name of the author/owner of the resource.

    returns

    The name of the author/owner of the resource.

    Definition Classes
    OEmbedImplOEmbed
  9. def authorURL: String

    A URL for the author/owner of the resource.

    A URL for the author/owner of the resource.

    returns

    A URL for the author/owner of the resource.

    Definition Classes
    OEmbedImplOEmbed
  10. def cacheAge: Long

    The suggested cache lifetime for this resource, in seconds.

    The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.

    returns

    The suggested cache lifetime for this resource, in seconds. Consumers may choose to use this value or not.

    Definition Classes
    OEmbedImplOEmbed
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def html: String

    The HTML required to display the resource.

    The HTML required to display the resource. The HTML should have no padding or margins. Consumers may wish to load the HTML in an off-domain iframe to avoid XSS vulnerabilities. The markup should be valid XHTML 1.0 Basic.

    returns

    The HTML required to display the resource.

    Definition Classes
    OEmbedImplOEmbed
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Definition Classes
    AnyRef
  20. def rateLimitStatus: RateLimitStatus

    get rate limit status from twitter response.

    get rate limit status from twitter response.

    returns

    rate limit status from twitter response.

    Definition Classes
    OEmbedImplTwitterResponse
    Since

    Twitter4S 1.0.0

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

    Definition Classes
    AnyRef
  22. def tw4jObj: twitter4j.OEmbed

    get twitter4j original response object.

    get twitter4j original response object.

    returns

    response object.

    Definition Classes
    OEmbedImplTwitterResponse
    Since

    Twitter4S 1.0.0

  23. val twt4jOEmbed: twitter4j.OEmbed

  24. def url: String

    The url of the resource provider.

    The url of the resource provider.
    The source URL of the image. Consumers should be able to insert this URL into an <img> element. Only HTTP and HTTPS URLs are valid.

    returns

    The url of the resource provider.

    Definition Classes
    OEmbedImplOEmbed
  25. def version: String

    The oEmbed version number.

    The oEmbed version number.

    returns

    The oEmbed version number.

    Definition Classes
    OEmbedImplOEmbed
  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def width: Int

    The width in pixels of the image specified in the url parameter.

    The width in pixels of the image specified in the url parameter.

    returns

    The width in pixels of the image specified in the url parameter.

    Definition Classes
    OEmbedImplOEmbed

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from OEmbed

Inherited from TwitterResponse

Inherited from AnyRef

Inherited from Any

Ungrouped