Uses of Class
odata.msgraph.client.entity.DeviceLocalCredentialInfo
-
Packages that use DeviceLocalCredentialInfo Package Description odata.msgraph.client.entity -
-
Uses of DeviceLocalCredentialInfo in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceLocalCredentialInfo Modifier and Type Field Description protected List<DeviceLocalCredentialInfo>Directory. deviceLocalCredentialsMethods in odata.msgraph.client.entity that return DeviceLocalCredentialInfo Modifier and Type Method Description DeviceLocalCredentialInfoDeviceLocalCredentialInfo.Builder. build()DeviceLocalCredentialInfoDeviceLocalCredentialInfo. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceLocalCredentialInfoDeviceLocalCredentialInfo. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withCredentials(List<DeviceLocalCredential> credentials)DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withDeviceName(String deviceName)DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withLastBackupDateTime(OffsetDateTime lastBackupDateTime)DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withRefreshDateTime(OffsetDateTime refreshDateTime)DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type DeviceLocalCredentialInfo Modifier and Type Method Description Directory.BuilderDirectory.Builder. deviceLocalCredentials(DeviceLocalCredentialInfo... deviceLocalCredentials)Org.OData.Capabilities.V1.ExpandRestrictionsMethod parameters in odata.msgraph.client.entity with type arguments of type DeviceLocalCredentialInfo Modifier and Type Method Description Directory.BuilderDirectory.Builder. deviceLocalCredentials(List<DeviceLocalCredentialInfo> deviceLocalCredentials)Org.OData.Capabilities.V1.ExpandRestrictionsDirectoryDirectory. withDeviceLocalCredentials(List<DeviceLocalCredentialInfo> deviceLocalCredentials)Returns an immutable copy ofthiswith just thedeviceLocalCredentialsfield changed.
-