class CustomizationGroupService
Constructs the service.
credentials
- to work with the server
transport
- to know the method to reach the server
CustomizationGroupService(url: URL, credentials: Credentials?, transport: Transport)
Constructs the service. |
fun create(version: Int?, customizationGroupInfo: CustomizationGroupInfo): IdentifierInfo
Create entity on the server. |
|
operator fun get(version: Int?, identifier: String): CustomizationGroupInfo?
Returns an entity. |
|
fun list(version: Int?, firstResult: Int?, maxResults: Int?, like: String?, orderBy: CustomizationGroupInfo.Fields?, orderDesc: Boolean?): List<CustomizationGroupInfo>?
Returns list of entities. |
|
fun listDiff(versionFrom: Int, versionTo: Int): List<CustomizationGroupInfo>
Returns list of item changes between two versions. |
|
fun put(version: Int?, customizationGroupInfo: CustomizationGroupInfo): Unit
Put entity to the server. |