Uses of Class
odata.msgraph.client.complex.KeyCredential
-
Packages that use KeyCredential Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of KeyCredential in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return KeyCredential Modifier and Type Method Description KeyCredentialKeyCredential.Builder. build()KeyCredentialKeyCredential. withCustomKeyIdentifier(byte[] customKeyIdentifier)KeyCredentialKeyCredential. withDisplayName(String displayName)KeyCredentialKeyCredential. withEndDateTime(OffsetDateTime endDateTime)KeyCredentialKeyCredential. withKey(byte[] key)KeyCredentialKeyCredential. withKeyId(UUID keyId)KeyCredentialKeyCredential. withStartDateTime(OffsetDateTime startDateTime)KeyCredentialKeyCredential. withType(String type)KeyCredentialKeyCredential. withUnmappedField(String name, String value)KeyCredentialKeyCredential. withUsage(String usage) -
Uses of KeyCredential in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type KeyCredential Modifier and Type Field Description protected List<KeyCredential>Application. keyCredentialsprotected List<KeyCredential>ServicePrincipal. keyCredentialsMethods in odata.msgraph.client.entity that return types with arguments of type KeyCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>Application. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ServicePrincipal. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.CollectionPage<KeyCredential>Application. getKeyCredentials()com.github.davidmoten.odata.client.CollectionPage<KeyCredential>Application. getKeyCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<KeyCredential>ServicePrincipal. getKeyCredentials()com.github.davidmoten.odata.client.CollectionPage<KeyCredential>ServicePrincipal. getKeyCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type KeyCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>Application. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ServicePrincipal. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)Application.BuilderApplication.Builder. keyCredentials(KeyCredential... keyCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. keyCredentials(KeyCredential... keyCredentials)Method parameters in odata.msgraph.client.entity with type arguments of type KeyCredential Modifier and Type Method Description Application.BuilderApplication.Builder. keyCredentials(List<KeyCredential> keyCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. keyCredentials(List<KeyCredential> keyCredentials)ApplicationApplication. withKeyCredentials(List<KeyCredential> keyCredentials)ServicePrincipalServicePrincipal. withKeyCredentials(List<KeyCredential> keyCredentials) -
Uses of KeyCredential in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type KeyCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ApplicationRequest. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ServicePrincipalRequest. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)Methods in odata.msgraph.client.entity.request with parameters of type KeyCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ApplicationRequest. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<KeyCredential>ServicePrincipalRequest. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)
-