Uses of Class
odata.msgraph.client.beta.complex.SharedAppleDeviceUser
-
Packages that use SharedAppleDeviceUser Package Description odata.msgraph.client.beta.complex -
-
Uses of SharedAppleDeviceUser in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type SharedAppleDeviceUser Modifier and Type Field Description protected List<SharedAppleDeviceUser>HardwareInformation. sharedDeviceCachedUsersMethods in odata.msgraph.client.beta.complex that return SharedAppleDeviceUser Modifier and Type Method Description SharedAppleDeviceUserSharedAppleDeviceUser.Builder. build()SharedAppleDeviceUserSharedAppleDeviceUser. withDataQuota(Long dataQuota)Returns an immutable copy ofthiswith just thedataQuotafield changed.SharedAppleDeviceUserSharedAppleDeviceUser. withDataToSync(Boolean dataToSync)Returns an immutable copy ofthiswith just thedataToSyncfield changed.SharedAppleDeviceUserSharedAppleDeviceUser. withDataUsed(Long dataUsed)Returns an immutable copy ofthiswith just thedataUsedfield changed.SharedAppleDeviceUserSharedAppleDeviceUser. withUnmappedField(String name, String value)SharedAppleDeviceUserSharedAppleDeviceUser. withUserPrincipalName(String userPrincipalName)Returns an immutable copy ofthiswith just theuserPrincipalNamefield changed.Methods in odata.msgraph.client.beta.complex that return types with arguments of type SharedAppleDeviceUser Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SharedAppleDeviceUser>HardwareInformation. getSharedDeviceCachedUsers()“All users on the shared Apple device”com.github.davidmoten.odata.client.CollectionPage<SharedAppleDeviceUser>HardwareInformation. getSharedDeviceCachedUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)“All users on the shared Apple device”Methods in odata.msgraph.client.beta.complex with parameters of type SharedAppleDeviceUser Modifier and Type Method Description HardwareInformation.BuilderHardwareInformation.Builder. sharedDeviceCachedUsers(SharedAppleDeviceUser... sharedDeviceCachedUsers)“All users on the shared Apple device”Method parameters in odata.msgraph.client.beta.complex with type arguments of type SharedAppleDeviceUser Modifier and Type Method Description HardwareInformation.BuilderHardwareInformation.Builder. sharedDeviceCachedUsers(List<SharedAppleDeviceUser> sharedDeviceCachedUsers)“All users on the shared Apple device”
-