Uses of Class
co.yellowdog.platform.model.Application
Packages that use Application
Package
Description
Holds the client types used to access the YellowDog Account Service.
Defines types used in the request/response interactions with the YellowDog Account Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of Application in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account that return ApplicationModifier and TypeMethodDescriptionAccountClient.getApplication
(String applicationId) AccountClientImpl.getApplication
(String applicationId) AccountClient.updateApplication
(String applicationId, UpdateApplicationRequest request) AccountClientImpl.updateApplication
(String applicationId, UpdateApplicationRequest request) Methods in co.yellowdog.platform.clients.account that return types with arguments of type ApplicationModifier and TypeMethodDescriptionAccountClient.getApplications
(ApplicationSearch search) AccountClientImpl.getApplications
(ApplicationSearch search) AccountClient.getGroupApplications
(String groupId) AccountClientImpl.getGroupApplications
(String groupId) -
Uses of Application in co.yellowdog.platform.interaction.account
Methods in co.yellowdog.platform.interaction.account that return ApplicationMethods in co.yellowdog.platform.interaction.account with parameters of type ApplicationModifier and TypeMethodDescriptionAddApplicationResponse.Builder.application
(Application application) void
AddApplicationResponse.setApplication
(Application application) -
Uses of Application in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Application