Uses of Class
dev.getelements.elements.sdk.model.application.CreateApplicationRequest
Packages that use CreateApplicationRequest
Package
Description
-
Uses of CreateApplicationRequest in dev.getelements.elements.rest.application
Methods in dev.getelements.elements.rest.application with parameters of type CreateApplicationRequestModifier and TypeMethodDescriptionApplicationResource.createApplication
(CreateApplicationRequest applicationRequest) -
Uses of CreateApplicationRequest in dev.getelements.elements.sdk.service.application
Methods in dev.getelements.elements.sdk.service.application with parameters of type CreateApplicationRequestModifier and TypeMethodDescriptionApplicationService.createApplication
(CreateApplicationRequest applicationRequest) Creates a new application and inserts it into the database. -
Uses of CreateApplicationRequest in dev.getelements.elements.service.application
Methods in dev.getelements.elements.service.application with parameters of type CreateApplicationRequestModifier and TypeMethodDescriptionAnonApplicationService.createApplication
(CreateApplicationRequest applicationRequest) SuperUserApplicationService.createApplication
(CreateApplicationRequest createApplicationRequest) -
Uses of CreateApplicationRequest in dev.getelements.elements.service.util
Methods in dev.getelements.elements.service.util that return CreateApplicationRequestModifier and TypeMethodDescriptionServicesMapper.toCreateApplicationRequest
(Application application) ServicesMapperImpl.toCreateApplicationRequest
(Application application) Methods in dev.getelements.elements.service.util with parameters of type CreateApplicationRequestModifier and TypeMethodDescriptionServicesMapper.toApplication
(CreateApplicationRequest createApplicationRequest) ServicesMapperImpl.toApplication
(CreateApplicationRequest createApplicationRequest)