Object

com.yukihirai0505.sInstagram.model

Methods

Related Doc: package model

Permalink

object Methods

author Yuki Hirai on 2016/11/08.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Methods
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DELETE_MEDIA_COMMENTS: String

    Permalink

    Remove a comment either on the authenticated user's media or authored by the authenticated user.

    Remove a comment either on the authenticated user's media or authored by the authenticated user.

    Required scope: comments

    DELETE /media/{id}/comments/{id}

    this method is valid for only own media feed

  5. val LIKES_BY_MEDIA_ID: String

    Permalink

    Get a list of users who have liked this media.

    Get a list of users who have liked this media.

    Required scope : likes

  6. val LOCATIONS_BY_ID: String

    Permalink

    Get information about a location.

  7. val LOCATIONS_RECENT_MEDIA_BY_ID: String

    Permalink

    Get a list of recent media objects from a given location.

  8. val LOCATIONS_SEARCH: String

    Permalink

    Search for a location by geographic coordinate.

  9. val MEDIA_BY_ID: String

    Permalink

    Get information about a media object.

  10. val MEDIA_BY_SHORT_CODE: String

    Permalink

    Get information about a media object.

  11. val MEDIA_COMMENTS: String

    Permalink

    Get a full list of comments on a media.

    Get a full list of comments on a media.

    Required scope: comments

  12. val MEDIA_SEARCH: String

    Permalink

    Search for media in a given area.

  13. val TAGS_BY_NAME: String

    Permalink

    Get information about a tag object.

  14. val TAGS_RECENT_MEDIA: String

    Permalink

    Get a list of recently tagged media.

    Get a list of recently tagged media. Note that this media is ordered by when the media was tagged with this tag, rather than the order it was posted. Use the max_tag_id and min_tag_id parameters in the pagination response to paginate through these objects.

  15. val TAGS_SEARCH: String

    Permalink

    Search for tags by name - results are ordered first as an exact match, then by popularity.

  16. val USERS_ID_FOLLOWED_BY: String

    Permalink

    Get the list of users this user is followed by.

    Get the list of users this user is followed by.

    Required scope: relationships

  17. val USERS_ID_FOLLOWS: String

    Permalink

    Get the list of users this user follows.

    Get the list of users this user follows.

    Required scope: relationships

  18. val USERS_ID_RELATIONSHIP: String

    Permalink

    Get information about the current user's relationship (follow/following/etc) to another user.

    Get information about the current user's relationship (follow/following/etc) to another user.

    Required scope: relationships

  19. val USERS_RECENT_MEDIA: String

    Permalink

    Get the most recent media published by a user.

  20. val USERS_SEARCH: String

    Permalink

    Search for a user by name.

  21. val USERS_SELF: String

    Permalink

    Get basic information about a user (self).

  22. val USERS_SELF_LIKED_MEDIA: String

    Permalink

    See the authenticated user's list of media they've liked.

    See the authenticated user's list of media they've liked. Note that this list is ordered by the order in which the user liked the media. Private media is returned as long as the authenticated user has permission to view that media. Liked media lists are only available for the currently authenticated user.

  23. lazy val USERS_SELF_RECENT_MEDIA: String

    Permalink

    Get the most recent media published by the owner of the access_token.

  24. val USERS_SELF_REQUESTED_BY: String

    Permalink

    List the users who have requested this user's permission to follow

    List the users who have requested this user's permission to follow

    Required scope: relationships

  25. lazy val USERS_WITH_ID: String

    Permalink

    Get basic information about a user.

  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped