Uses of Class
odata.msgraph.client.beta.complex.IosAvailableUpdateVersion
-
Packages that use IosAvailableUpdateVersion Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of IosAvailableUpdateVersion in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return IosAvailableUpdateVersion Modifier and Type Method Description IosAvailableUpdateVersionIosAvailableUpdateVersion.Builder. build()IosAvailableUpdateVersionIosAvailableUpdateVersion. withExpirationDateTime(OffsetDateTime expirationDateTime)Returns an immutable copy ofthiswith just theexpirationDateTimefield changed.IosAvailableUpdateVersionIosAvailableUpdateVersion. withPostingDateTime(OffsetDateTime postingDateTime)Returns an immutable copy ofthiswith just thepostingDateTimefield changed.IosAvailableUpdateVersionIosAvailableUpdateVersion. withProductVersion(String productVersion)Returns an immutable copy ofthiswith just theproductVersionfield changed.IosAvailableUpdateVersionIosAvailableUpdateVersion. withUnmappedField(String name, String value) -
Uses of IosAvailableUpdateVersion in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type IosAvailableUpdateVersion Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<IosAvailableUpdateVersion>DeviceConfigurationCollectionRequest. getIosAvailableUpdateVersions()
-