Uses of Class
odata.msgraph.client.complex.DeviceLocalCredential
-
Packages that use DeviceLocalCredential Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DeviceLocalCredential in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DeviceLocalCredential Modifier and Type Method Description DeviceLocalCredentialDeviceLocalCredential.Builder. build()DeviceLocalCredentialDeviceLocalCredential. withAccountName(String accountName)DeviceLocalCredentialDeviceLocalCredential. withAccountSid(String accountSid)DeviceLocalCredentialDeviceLocalCredential. withBackupDateTime(OffsetDateTime backupDateTime)DeviceLocalCredentialDeviceLocalCredential. withPasswordBase64(String passwordBase64)DeviceLocalCredentialDeviceLocalCredential. withUnmappedField(String name, String value) -
Uses of DeviceLocalCredential in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type DeviceLocalCredential Modifier and Type Field Description protected List<DeviceLocalCredential>DeviceLocalCredentialInfo. credentialsMethods in odata.msgraph.client.entity that return types with arguments of type DeviceLocalCredential Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceLocalCredential>DeviceLocalCredentialInfo. getCredentials()com.github.davidmoten.odata.client.CollectionPage<DeviceLocalCredential>DeviceLocalCredentialInfo. getCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type DeviceLocalCredential Modifier and Type Method Description DeviceLocalCredentialInfo.BuilderDeviceLocalCredentialInfo.Builder. credentials(DeviceLocalCredential... credentials)Method parameters in odata.msgraph.client.entity with type arguments of type DeviceLocalCredential Modifier and Type Method Description DeviceLocalCredentialInfo.BuilderDeviceLocalCredentialInfo.Builder. credentials(List<DeviceLocalCredential> credentials)DeviceLocalCredentialInfoDeviceLocalCredentialInfo. withCredentials(List<DeviceLocalCredential> credentials)
-