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