public static final class RevokeAppleVppLicensesActionResult.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
RevokeAppleVppLicensesActionResult.Builder |
actionName(String actionName) |
RevokeAppleVppLicensesActionResult.Builder |
actionState(ActionState actionState) |
RevokeAppleVppLicensesActionResult |
build() |
RevokeAppleVppLicensesActionResult.Builder |
failedLicensesCount(Integer failedLicensesCount)
“Total number of Apple Vpp licenses that failed to revoke”
|
RevokeAppleVppLicensesActionResult.Builder |
lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
RevokeAppleVppLicensesActionResult.Builder |
startDateTime(OffsetDateTime startDateTime) |
RevokeAppleVppLicensesActionResult.Builder |
totalLicensesCount(Integer totalLicensesCount)
“Total number of Apple Vpp licenses associated”
|
public RevokeAppleVppLicensesActionResult.Builder actionName(String actionName)
public RevokeAppleVppLicensesActionResult.Builder actionState(ActionState actionState)
public RevokeAppleVppLicensesActionResult.Builder startDateTime(OffsetDateTime startDateTime)
public RevokeAppleVppLicensesActionResult.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public RevokeAppleVppLicensesActionResult.Builder totalLicensesCount(Integer totalLicensesCount)
totalLicensesCount - value of totalLicensesCount property (as defined in service metadata)this (for method chaining)public RevokeAppleVppLicensesActionResult.Builder failedLicensesCount(Integer failedLicensesCount)
failedLicensesCount - value of failedLicensesCount property (as defined in service metadata)this (for method chaining)public RevokeAppleVppLicensesActionResult build()
Copyright © 2018–2020. All rights reserved.