Uses of Class
com.podio.common.ReferenceType
-
Packages that use ReferenceType Package Description com.podio.calendar com.podio.common com.podio.file com.podio.stream com.podio.tag com.podio.task -
-
Uses of ReferenceType in com.podio.calendar
Methods in com.podio.calendar that return ReferenceType Modifier and Type Method Description ReferenceTypeEvent. getRefType()Methods in com.podio.calendar with parameters of type ReferenceType Modifier and Type Method 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.voidEvent. setRefType(ReferenceType refType) -
Uses of ReferenceType in com.podio.common
Methods in com.podio.common that return ReferenceType Modifier and Type Method Description static ReferenceTypeReferenceType. getByName(String value)ReferenceTypeReference. getType()static ReferenceTypeReferenceType. 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.Methods in com.podio.common with parameters of type ReferenceType Modifier and Type Method Description voidReference. setType(ReferenceType type)Constructors in com.podio.common with parameters of type ReferenceType Constructor Description Reference(ReferenceType type, int id) -
Uses of ReferenceType in com.podio.file
Constructors in com.podio.file with parameters of type ReferenceType Constructor Description FileReference(ReferenceType type, int id, String title) -
Uses of ReferenceType in com.podio.stream
Methods in com.podio.stream that return ReferenceType Modifier and Type Method Description ReferenceTypeStreamActivity. getType()ReferenceTypeStreamObject. getType()ReferenceTypeStreamObjectV2. getType()Methods in com.podio.stream with parameters of type ReferenceType Modifier and Type Method Description voidStreamActivity. setType(ReferenceType type)voidStreamObject. setType(ReferenceType type)voidStreamObjectV2. setType(ReferenceType type) -
Uses of ReferenceType in com.podio.tag
Methods in com.podio.tag that return ReferenceType Modifier and Type Method Description ReferenceTypeTagReference. getType()Methods in com.podio.tag with parameters of type ReferenceType Modifier and Type Method Description voidTagReference. setType(ReferenceType type) -
Uses of ReferenceType in com.podio.task
Methods in com.podio.task that return ReferenceType Modifier and Type Method Description ReferenceTypeTask. getReferenceType()Methods in com.podio.task with parameters of type ReferenceType Modifier and Type Method Description voidTask. setReferenceType(ReferenceType refeferenceType)
-