Uses of Class
com.java_podio.code_gen.static_interface.PodioApiWrapperException
-
Packages that use PodioApiWrapperException Package Description com.java_podio.code_gen.static_interface -
-
Uses of PodioApiWrapperException in com.java_podio.code_gen.static_interface
Methods in com.java_podio.code_gen.static_interface that throw PodioApiWrapperException Modifier and Type Method Description <T extends AppWrapper>
List<T>GenericPodioImpl. getAssociatedItems(Class<T> type, String fieldId, Integer podioId)<T extends AppWrapper>
List<T>GenericPodioInterface. getAssociatedItems(Class<T> type, String fieldId, Integer podioId)This directly queries the given app (typeand field.static <T extends AppWrapper>
TGenericPodioImpl. newAppWrapper(Class<T> type, com.podio.item.Item item)Creates a newAppWrapperinstance of type T with values fromitem.
-