Uses of Class
org.bonitasoft.web.client.model.Platform
-
Packages that use Platform Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of Platform in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return Platform Modifier and Type Method Description PlatformPlatformApi. getPlatformById()Finds the Platform by ID Returns the current PlatformMethods in org.bonitasoft.web.client.api that return types with arguments of type Platform Modifier and Type Method Description ApiResponse<Platform>PlatformApi. getPlatformByIdWithHttpInfo()Finds the Platform by ID Similar togetPlatformByIdbut it also returns the http response headers . -
Uses of Platform in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return Platform Modifier and Type Method Description PlatformPlatform. created(String created)PlatformPlatform. createdBy(String createdBy)PlatformPlatform. initialVersion(String initialVersion)PlatformPlatform. previousVersion(String previousVersion)PlatformPlatform. state(Platform.StateEnum state)PlatformPlatform. version(String version)
-