Uses of Class
odata.msgraph.client.beta.enums.DerivedCredentialProviderType
-
Packages that use DerivedCredentialProviderType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of DerivedCredentialProviderType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DerivedCredentialProviderType Modifier and Type Field Description protected DerivedCredentialProviderTypeDeviceManagementSettings. derivedCredentialProviderMethods in odata.msgraph.client.beta.complex that return types with arguments of type DerivedCredentialProviderType Modifier and Type Method Description Optional<DerivedCredentialProviderType>DeviceManagementSettings. getDerivedCredentialProvider()“The Derived Credential Provider to use for this account.”Methods in odata.msgraph.client.beta.complex with parameters of type DerivedCredentialProviderType Modifier and Type Method Description DeviceManagementSettings.BuilderDeviceManagementSettings.Builder. derivedCredentialProvider(DerivedCredentialProviderType derivedCredentialProvider)“The Derived Credential Provider to use for this account.”DeviceManagementSettingsDeviceManagementSettings. withDerivedCredentialProvider(DerivedCredentialProviderType derivedCredentialProvider)Returns an immutable copy ofthiswith just thederivedCredentialProviderfield changed. -
Uses of DerivedCredentialProviderType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DerivedCredentialProviderType Modifier and Type Method Description static DerivedCredentialProviderTypeDerivedCredentialProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static DerivedCredentialProviderType[]DerivedCredentialProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-