//library/com.uploadcare.android.library.api/GroupsQueryBuilder
GroupsQueryBuilder
[androidJvm] class GroupsQueryBuilder(client: UploadcareClient) : PaginatedQueryBuilder<UploadcareGroup>
Functions
Name | Summary |
---|---|
asIterable | [androidJvm] Content open override fun asIterable(): Iterable<UploadcareGroup> More info Returns a resource iterable for lazy loading. |
asList | [androidJvm] Content open override fun asList(): List<UploadcareGroup> More info Iterates through all resources and returns a complete list. |
asListAsync | [androidJvm] Content fun asListAsync(callback: UploadcareAllGroupsCallback?) More info Iterates through all resources and returns a complete list Asynchronously. [androidJvm] Content fun asListAsync(context: Context, limit: Int, next: URI?, callback: UploadcareGroupsCallback?) More info Returns a limited amount of group resources with specified offset Asynchronously. |
equals | [androidJvm] Content open operator fun equals(other: Any?): Boolean |
from | [androidJvm] Content fun from(from: Date): GroupsQueryBuilder More info Adds a filter for datetime from objects will be returned. |
hashCode | [androidJvm] Content open fun hashCode(): Int |
ordering | [androidJvm] Content fun ordering(order: Order): GroupsQueryBuilder More info Specifies the way files are sorted. |
toString | [androidJvm] Content open fun toString(): String |