Uses of Class
com.avoka.tm.vo.Client
Packages that use Client
Package
Description
Provides Value Object Query classes.
Provides Service classes.
-
Uses of Client in com.avoka.tm.query
Methods in com.avoka.tm.query that return ClientModifier and TypeMethodDescriptionClientQuery.firstValue()
Execute the query and return the first client value object for the query.Methods in com.avoka.tm.query that return types with arguments of type ClientModifier and TypeMethodDescriptionClientQuery.listValues()
Execute the client query and return a list of client value objects. -
Uses of Client in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return ClientModifier and TypeMethodDescriptionClientBuilder.create()
Create a new client based on the specified parameters and return the new client value object.ClientBuilder.createOrUpdate()
Create or update the client specified by the given parameters, and return current client value object.ClientBuilder.update()
Update the client specified by the clientCode parameter and return the updated client value object.