Uses of Class
com.podio.app.ApplicationFieldCreate
-
Packages that use ApplicationFieldCreate Package Description com.podio.app -
-
Uses of ApplicationFieldCreate in com.podio.app
Subclasses of ApplicationFieldCreate in com.podio.app Modifier and Type Class Description classApplicationFieldMethods in com.podio.app that return types with arguments of type ApplicationFieldCreate Modifier and Type Method Description List<ApplicationFieldCreate>ApplicationCreate. getFields()Methods in com.podio.app with parameters of type ApplicationFieldCreate Modifier and Type Method Description intAppAPI. addField(int appId, ApplicationFieldCreate field)Adds a new field to an appMethod parameters in com.podio.app with type arguments of type ApplicationFieldCreate Modifier and Type Method Description voidApplicationCreate. setFields(List<ApplicationFieldCreate> fields)Constructor parameters in com.podio.app with type arguments of type ApplicationFieldCreate Constructor Description ApplicationCreate(int spaceId, ApplicationConfigurationCreate configuration, List<ApplicationFieldCreate> fields)
-