Uses of Class
odata.msgraph.client.beta.complex.MacOsVppAppRevokeLicensesActionResult
-
Packages that use MacOsVppAppRevokeLicensesActionResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MacOsVppAppRevokeLicensesActionResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MacOsVppAppRevokeLicensesActionResult Modifier and Type Method Description MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult.Builder. build()MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withActionFailureReason(VppTokenActionFailureReason actionFailureReason)Returns an immutable copy ofthiswith just theactionFailureReasonfield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withActionName(String actionName)Returns an immutable copy ofthiswith just theactionNamefield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withActionState(ActionState actionState)Returns an immutable copy ofthiswith just theactionStatefield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withFailedLicensesCount(Integer failedLicensesCount)Returns an immutable copy ofthiswith just thefailedLicensesCountfield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)Returns an immutable copy ofthiswith just thelastUpdatedDateTimefield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withManagedDeviceId(String managedDeviceId)Returns an immutable copy ofthiswith just themanagedDeviceIdfield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withTotalLicensesCount(Integer totalLicensesCount)Returns an immutable copy ofthiswith just thetotalLicensesCountfield changed.MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withUnmappedField(String name, String value)MacOsVppAppRevokeLicensesActionResultMacOsVppAppRevokeLicensesActionResult. withUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed. -
Uses of MacOsVppAppRevokeLicensesActionResult in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MacOsVppAppRevokeLicensesActionResult Modifier and Type Field Description protected List<MacOsVppAppRevokeLicensesActionResult>MacOsVppApp. revokeLicenseActionResultsMethods in odata.msgraph.client.beta.entity that return types with arguments of type MacOsVppAppRevokeLicensesActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MacOsVppAppRevokeLicensesActionResult>MacOsVppApp. getRevokeLicenseActionResults()“Results of revoke license actions on this app.”com.github.davidmoten.odata.client.CollectionPage<MacOsVppAppRevokeLicensesActionResult>MacOsVppApp. getRevokeLicenseActionResults(com.github.davidmoten.odata.client.HttpRequestOptions options)“Results of revoke license actions on this app.”Methods in odata.msgraph.client.beta.entity with parameters of type MacOsVppAppRevokeLicensesActionResult Modifier and Type Method Description MacOsVppApp.BuilderMacOsVppApp.Builder. revokeLicenseActionResults(MacOsVppAppRevokeLicensesActionResult... revokeLicenseActionResults)“Results of revoke license actions on this app.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type MacOsVppAppRevokeLicensesActionResult Modifier and Type Method Description MacOsVppApp.BuilderMacOsVppApp.Builder. revokeLicenseActionResults(List<MacOsVppAppRevokeLicensesActionResult> revokeLicenseActionResults)“Results of revoke license actions on this app.”MacOsVppAppMacOsVppApp. withRevokeLicenseActionResults(List<MacOsVppAppRevokeLicensesActionResult> revokeLicenseActionResults)Returns an immutable copy ofthiswith just therevokeLicenseActionResultsfield changed.
-