public final class ModuleOrganizations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleOrganizations.Async
Async module.
|
| Constructor and Description |
|---|
ModuleOrganizations(retrofit2.Retrofit retrofit,
Executor callbackExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ModuleOrganizations.Async |
async() |
protected com.contentful.java.cma.ServiceOrganizations |
createService(retrofit2.Retrofit retrofit) |
CMAArray<CMAOrganization> |
fetchAll()
Fetch all organizations the token has access to.
|
CMAArray<CMAOrganization> |
fetchAll(Map<String,String> query)
Fetch specific organizations the token has access to.
|
public ModuleOrganizations(retrofit2.Retrofit retrofit,
Executor callbackExecutor)
protected com.contentful.java.cma.ServiceOrganizations createService(retrofit2.Retrofit retrofit)
public CMAArray<CMAOrganization> fetchAll()
CMAOrganization result instancepublic CMAArray<CMAOrganization> fetchAll(Map<String,String> query)
query - the criteria to narrow down the search result.CMAOrganization result instancepublic ModuleOrganizations.Async async()
Copyright © 2017 Contentful, GmbH.. All Rights Reserved.