| Package | Description |
|---|---|
| com.podio.calendar | |
| com.podio.common | |
| com.podio.file | |
| com.podio.stream | |
| com.podio.tag | |
| com.podio.task |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
Event.getRefType() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
CalendarAPI.getApp(int appId,
org.joda.time.LocalDate dateFrom,
org.joda.time.LocalDate dateTo,
ReferenceType... types)
Returns the items and tasks that are related to the given app.
|
List<Event> |
CalendarAPI.getGlobal(org.joda.time.LocalDate dateFrom,
org.joda.time.LocalDate dateTo,
List<Integer> spaceIds,
ReferenceType... types)
Returns all items that the user have access to and all tasks that are
assigned to the user.
|
List<Event> |
CalendarAPI.getSpace(int spaceId,
org.joda.time.LocalDate dateFrom,
org.joda.time.LocalDate dateTo,
ReferenceType... types)
Returns all items and tasks that the user have access to in the given
space.
|
void |
Event.setRefType(ReferenceType refType) |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceType |
ReferenceType.getByName(String value) |
ReferenceType |
Reference.getType() |
static ReferenceType |
ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reference.setType(ReferenceType type) |
| Constructor and Description |
|---|
Reference(ReferenceType type,
int id) |
| Constructor and Description |
|---|
FileReference(ReferenceType type,
int id,
String title) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
StreamObjectV2.getType() |
ReferenceType |
StreamObject.getType() |
ReferenceType |
StreamActivity.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamObjectV2.setType(ReferenceType type) |
void |
StreamObject.setType(ReferenceType type) |
void |
StreamActivity.setType(ReferenceType type) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
TagReference.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TagReference.setType(ReferenceType type) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceType |
Task.getReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setReferenceType(ReferenceType refeferenceType) |
Copyright © 2014. All Rights Reserved.