| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected KeyCredential |
OnPremisesPublishing.verifiedCustomDomainKeyCredential |
| Modifier and Type | Method and Description |
|---|---|
KeyCredential |
KeyCredential.Builder.build() |
KeyCredential |
KeyCredential.withCustomKeyIdentifier(byte[] customKeyIdentifier) |
KeyCredential |
KeyCredential.withDisplayName(String displayName) |
KeyCredential |
KeyCredential.withEndDateTime(OffsetDateTime endDateTime) |
KeyCredential |
KeyCredential.withKey(byte[] key) |
KeyCredential |
KeyCredential.withKeyId(String keyId) |
KeyCredential |
KeyCredential.withStartDateTime(OffsetDateTime startDateTime) |
KeyCredential |
KeyCredential.withType(String type) |
KeyCredential |
KeyCredential.withUsage(String usage) |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyCredential> |
OnPremisesPublishing.getVerifiedCustomDomainKeyCredential() |
| Modifier and Type | Method and Description |
|---|---|
OnPremisesPublishing.Builder |
OnPremisesPublishing.Builder.verifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential) |
OnPremisesPublishing |
OnPremisesPublishing.withVerifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential) |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyCredential> |
Application.keyCredentials |
protected List<KeyCredential> |
ServicePrincipal.keyCredentials |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<KeyCredential> |
Application.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
com.github.davidmoten.odata.client.CollectionPage<KeyCredential> |
Application.getKeyCredentials() |
com.github.davidmoten.odata.client.CollectionPage<KeyCredential> |
ServicePrincipal.getKeyCredentials() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<KeyCredential> |
Application.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
Application.Builder.keyCredentials(List<KeyCredential> keyCredentials) |
ServicePrincipal.Builder |
ServicePrincipal.Builder.keyCredentials(List<KeyCredential> keyCredentials) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<KeyCredential> |
ApplicationRequest.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<KeyCredential> |
ApplicationRequest.addKey(KeyCredential keyCredential,
PasswordCredential passwordCredential,
String proof) |
Copyright © 2018–2020. All rights reserved.