All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yukihirai0505.sFacebook.model.Scope.scala Maven / Gradle / Ivy

The newest version!
package com.yukihirai0505.sFacebook.model

/**
  * author Yuki Hirai on 2016/11/11.
  */
sealed abstract class Scope(val label: String)
object Scope {
  case object PUBLIC_PROFILE extends Scope("public_profile")
  case object PUBLISH_ACTIONS extends Scope("publish_actions")
  case object USER_POSTS extends Scope("user_posts")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy