| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceManagementDerivedCredentialIssuer |
DeviceManagementDerivedCredentialSettings.issuer |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeviceManagementDerivedCredentialIssuer> |
DeviceManagementDerivedCredentialSettings.getIssuer()
“The derived credential provider to use.”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementDerivedCredentialSettings.Builder |
DeviceManagementDerivedCredentialSettings.Builder.issuer(DeviceManagementDerivedCredentialIssuer issuer)
“The derived credential provider to use.”
|
DeviceManagementDerivedCredentialSettings |
DeviceManagementDerivedCredentialSettings.withIssuer(DeviceManagementDerivedCredentialIssuer issuer)
Returns an immutable copy of
this with just the issuer field
changed. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementDerivedCredentialIssuer |
DeviceManagementDerivedCredentialIssuer.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.
|
Copyright © 2018–2020. All rights reserved.