Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementDerivedCredentialIssuer
-
Packages that use DeviceManagementDerivedCredentialIssuer Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementDerivedCredentialIssuer in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementDerivedCredentialIssuer Modifier and Type Field Description protected DeviceManagementDerivedCredentialIssuerDeviceManagementDerivedCredentialSettings. issuerMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementDerivedCredentialIssuer Modifier and Type Method Description Optional<DeviceManagementDerivedCredentialIssuer>DeviceManagementDerivedCredentialSettings. getIssuer()“The derived credential provider to use.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementDerivedCredentialIssuer Modifier and Type Method Description DeviceManagementDerivedCredentialSettings.BuilderDeviceManagementDerivedCredentialSettings.Builder. issuer(DeviceManagementDerivedCredentialIssuer issuer)“The derived credential provider to use.”DeviceManagementDerivedCredentialSettingsDeviceManagementDerivedCredentialSettings. withIssuer(DeviceManagementDerivedCredentialIssuer issuer)Returns an immutable copy ofthiswith just theissuerfield changed. -
Uses of DeviceManagementDerivedCredentialIssuer in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementDerivedCredentialIssuer Modifier and Type Method Description static DeviceManagementDerivedCredentialIssuerDeviceManagementDerivedCredentialIssuer. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementDerivedCredentialIssuer[]DeviceManagementDerivedCredentialIssuer. values()Returns an array containing the constants of this enum type, in the order they are declared.
-