Uses of Class
odata.msgraph.client.beta.complex.VppTokenActionResult
-
Packages that use VppTokenActionResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VppTokenActionResult in odata.msgraph.client.beta.complex
Subclasses of VppTokenActionResult in odata.msgraph.client.beta.complex Modifier and Type Class Description classVppTokenRevokeLicensesActionResult“The status of the revoke licenses action performed on the Apple Volume Purchase Program token.”Methods in odata.msgraph.client.beta.complex that return VppTokenActionResult Modifier and Type Method Description VppTokenActionResultVppTokenActionResult.Builder. build()VppTokenActionResultVppTokenActionResult. withActionName(String actionName)Returns an immutable copy ofthiswith just theactionNamefield changed.VppTokenActionResultVppTokenActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.VppTokenActionResultVppTokenActionResult. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Returns an immutable copy ofthiswith just thelastUpdatedDateTimefield changed.VppTokenActionResultVppTokenActionResult. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.VppTokenActionResultVppTokenActionResult. withUnmappedField(String name, String value) -
Uses of VppTokenActionResult in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type VppTokenActionResult Modifier and Type Field Description protected List<VppTokenActionResult>VppToken. tokenActionResultsMethods in odata.msgraph.client.beta.entity that return types with arguments of type VppTokenActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<VppTokenActionResult>VppToken. getTokenActionResults()“The collection of statuses of the actions performed on the Apple Volume Purchase Program Token.”com.github.davidmoten.odata.client.CollectionPage<VppTokenActionResult>VppToken. getTokenActionResults(com.github.davidmoten.odata.client.HttpRequestOptions options)“The collection of statuses of the actions performed on the Apple Volume Purchase Program Token.”Methods in odata.msgraph.client.beta.entity with parameters of type VppTokenActionResult Modifier and Type Method Description VppToken.BuilderVppToken.Builder. tokenActionResults(VppTokenActionResult... tokenActionResults)“The collection of statuses of the actions performed on the Apple Volume Purchase Program Token.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type VppTokenActionResult Modifier and Type Method Description VppToken.BuilderVppToken.Builder. tokenActionResults(List<VppTokenActionResult> tokenActionResults)“The collection of statuses of the actions performed on the Apple Volume Purchase Program Token.”VppTokenVppToken. withTokenActionResults(List<VppTokenActionResult> tokenActionResults)Returns an immutable copy ofthiswith just thetokenActionResultsfield changed.
-