Uses of Class
com.java_podio.code_gen.static_interface.PodioConflictException
-
Packages that use PodioConflictException Package Description com.java_podio.code_gen.static_interface -
-
Uses of PodioConflictException in com.java_podio.code_gen.static_interface
Methods in com.java_podio.code_gen.static_interface that throw PodioConflictException Modifier and Type Method Description <T extends AppWrapper>
TGenericPodioImpl. updateItem(T item)<T extends AppWrapper>
TGenericPodioInterface. updateItem(T item)Updates item with all fields.<T extends AppWrapper>
List<T>GenericPodioImpl. updateItems(Collection<T> items, JProgressBar progressBar)<T extends AppWrapper>
List<T>GenericPodioImpl. updateItems(List<T> items)<T extends AppWrapper>
List<T>GenericPodioInterface. updateItems(Collection<T> items, JProgressBar progressBar)All items are assumed to be of the same type!<T extends AppWrapper>
List<T>GenericPodioInterface. updateItems(List<T> items)All items are assumed to be of the same type!
-