Class RevokeAppleVppLicensesActionResult.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.RevokeAppleVppLicensesActionResult.Builder
-
- Enclosing class:
- RevokeAppleVppLicensesActionResult
public static final class RevokeAppleVppLicensesActionResult.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevokeAppleVppLicensesActionResult.BuilderactionName(String actionName)RevokeAppleVppLicensesActionResult.BuilderactionState(ActionState actionState)RevokeAppleVppLicensesActionResultbuild()RevokeAppleVppLicensesActionResult.BuilderfailedLicensesCount(Integer failedLicensesCount)“Total number of Apple Vpp licenses that failed to revoke”RevokeAppleVppLicensesActionResult.BuilderlastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)RevokeAppleVppLicensesActionResult.BuilderstartDateTime(OffsetDateTime startDateTime)RevokeAppleVppLicensesActionResult.BuildertotalLicensesCount(Integer totalLicensesCount)“Total number of Apple Vpp licenses associated”
-
-
-
Method Detail
-
actionName
public RevokeAppleVppLicensesActionResult.Builder actionName(String actionName)
-
actionState
public RevokeAppleVppLicensesActionResult.Builder actionState(ActionState actionState)
-
lastUpdatedDateTime
public RevokeAppleVppLicensesActionResult.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
startDateTime
public RevokeAppleVppLicensesActionResult.Builder startDateTime(OffsetDateTime startDateTime)
-
failedLicensesCount
public RevokeAppleVppLicensesActionResult.Builder failedLicensesCount(Integer failedLicensesCount)
“Total number of Apple Vpp licenses that failed to revoke”- Parameters:
failedLicensesCount- value offailedLicensesCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalLicensesCount
public RevokeAppleVppLicensesActionResult.Builder totalLicensesCount(Integer totalLicensesCount)
“Total number of Apple Vpp licenses associated”- Parameters:
totalLicensesCount- value oftotalLicensesCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public RevokeAppleVppLicensesActionResult build()
-
-