class ProjectsAndroidAppsClient[F[_]] extends AbstractClient[F]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectsAndroidAppsClient
  2. AbstractClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProjectsAndroidAppsClient(client: Client[F])(implicit arg0: Concurrent[F])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseUri: Uri
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def create(parent: String)(input: AndroidApp): F[Operation]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def expectJson[A](req: Request[F])(implicit arg0: Decoder[A]): F[A]
    Definition Classes
    AbstractClient
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def get(name: String): F[AndroidApp]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getConfig(name: String): F[AndroidAppConfig]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(parent: String, query: ListParams = ProjectsAndroidAppsClient.ListParams()): F[ListAndroidAppsResponse]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def patch(name: String, query: PatchParams = ProjectsAndroidAppsClient.PatchParams())(input: AndroidApp): F[AndroidApp]
  22. def remove(name: String)(input: RemoveAndroidAppRequest): F[Operation]
  23. def request(uri: Uri, method: Method): Request[F]
    Attributes
    protected
    Definition Classes
    AbstractClient
  24. def requestWithBody[A](uri: Uri, method: Method)(input: A)(implicit arg0: Encoder[A]): Request[F]
    Attributes
    protected
    Definition Classes
    AbstractClient
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def undelete(name: String)(input: UndeleteAndroidAppRequest): F[Operation]
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AbstractClient[F]

Inherited from AnyRef

Inherited from Any

Ungrouped