public static class LicenseBorrowResponse.LicenseBorrowResponseBuilder extends Object
Modifier and Type | Method and Description |
---|---|
LicenseBorrowResponse.LicenseBorrowResponseBuilder |
borrowedUntil(ZonedDateTime borrowedUntil)
The date and time until which the license has been borrowed.
|
LicenseBorrowResponse |
build() |
LicenseBorrowResponse.LicenseBorrowResponseBuilder |
deviceId(String deviceId)
A unique identifier for the device that the license has been borrowed for.
|
LicenseBorrowResponse.LicenseBorrowResponseBuilder |
licenseId(String licenseId)
A unique identifier for the license that has been borrowed.
|
LicenseBorrowResponse.LicenseBorrowResponseBuilder |
maxBorrowTime(int maxBorrowTime)
The maximum allowable duration (in hours) that a license can be borrowed for.
|
String |
toString() |
public LicenseBorrowResponse.LicenseBorrowResponseBuilder borrowedUntil(ZonedDateTime borrowedUntil)
this
.public LicenseBorrowResponse.LicenseBorrowResponseBuilder maxBorrowTime(int maxBorrowTime)
this
.public LicenseBorrowResponse.LicenseBorrowResponseBuilder deviceId(String deviceId)
this
.public LicenseBorrowResponse.LicenseBorrowResponseBuilder licenseId(String licenseId)
this
.public LicenseBorrowResponse build()
Copyright © 2025 Cense Data Inc.. All rights reserved.