Uses of Class
odata.msgraph.client.beta.complex.KeyCredential
-
Packages that use KeyCredential Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of KeyCredential in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as KeyCredential Modifier and Type Field Description protected KeyCredentialOnPremisesPublishing. verifiedCustomDomainKeyCredentialMethods in odata.msgraph.client.beta.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)Methods in odata.msgraph.client.beta.complex that return types with arguments of type KeyCredential Modifier and Type Method Description Optional<KeyCredential>OnPremisesPublishing. getVerifiedCustomDomainKeyCredential()Methods in odata.msgraph.client.beta.complex with parameters of type KeyCredential Modifier and Type Method Description OnPremisesPublishing.BuilderOnPremisesPublishing.Builder. verifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential)OnPremisesPublishingOnPremisesPublishing. withVerifiedCustomDomainKeyCredential(KeyCredential verifiedCustomDomainKeyCredential) -
Uses of KeyCredential in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.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.beta.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.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.beta.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)Application.BuilderApplication.Builder. keyCredentials(KeyCredential... keyCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. keyCredentials(KeyCredential... keyCredentials)Method parameters in odata.msgraph.client.beta.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.beta.entity.request
Methods in odata.msgraph.client.beta.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)Methods in odata.msgraph.client.beta.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)
-