class HairdresserService
Exchange information for Hairdresser entity.
HairdresserService(url: URL, credentials: Credentials?, transport: Transport)
Exchange information for Hairdresser entity. |
operator fun get(sellerId: String, version: Int?): HairdresserInfo?
Get latest information about hairdresser from the server. |
|
fun put(version: Int, sellerId: String, hairdresserInfo: HairdresserInfo): Unit
Send information about hairdresser to the server to store it. |
|
fun remove(sellerId: String): Unit
Remove hairdresser and all information that concerns hairdresser. |