Uses of Class
odata.msgraph.client.beta.complex.PasswordCredential
-
Packages that use PasswordCredential Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of PasswordCredential in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PasswordCredential Modifier and Type Field Description protected PasswordCredentialOnPremisesPublishing. verifiedCustomDomainPasswordCredentialMethods in odata.msgraph.client.beta.complex that return PasswordCredential Modifier and Type Method Description PasswordCredentialPasswordCredential.Builder. build()PasswordCredentialPasswordCredential. withCustomKeyIdentifier(byte[] customKeyIdentifier)PasswordCredentialPasswordCredential. withDisplayName(String displayName)PasswordCredentialPasswordCredential. withEndDateTime(OffsetDateTime endDateTime)PasswordCredentialPasswordCredential. withHint(String hint)PasswordCredentialPasswordCredential. withKeyId(UUID keyId)PasswordCredentialPasswordCredential. withSecretText(String secretText)PasswordCredentialPasswordCredential. withStartDateTime(OffsetDateTime startDateTime)PasswordCredentialPasswordCredential. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type PasswordCredential Modifier and Type Method Description Optional<PasswordCredential>OnPremisesPublishing. getVerifiedCustomDomainPasswordCredential()Methods in odata.msgraph.client.beta.complex with parameters of type PasswordCredential Modifier and Type Method Description OnPremisesPublishing.BuilderOnPremisesPublishing.Builder. verifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential)OnPremisesPublishingOnPremisesPublishing. withVerifiedCustomDomainPasswordCredential(PasswordCredential verifiedCustomDomainPasswordCredential) -
Uses of PasswordCredential in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type PasswordCredential Modifier and Type Field Description protected List<PasswordCredential>Application. passwordCredentialsprotected List<PasswordCredential>ServicePrincipal. passwordCredentialsMethods in odata.msgraph.client.beta.entity that return types with arguments of type PasswordCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>Application. addPassword(PasswordCredential passwordCredential)com.github.davidmoten.odata.client.CollectionPage<PasswordCredential>Application. getPasswordCredentials()com.github.davidmoten.odata.client.CollectionPage<PasswordCredential>Application. getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<PasswordCredential>ServicePrincipal. getPasswordCredentials()com.github.davidmoten.odata.client.CollectionPage<PasswordCredential>ServicePrincipal. getPasswordCredentials(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type PasswordCredential 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<PasswordCredential>Application. addPassword(PasswordCredential passwordCredential)Application.BuilderApplication.Builder. passwordCredentials(PasswordCredential... passwordCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. passwordCredentials(PasswordCredential... passwordCredentials)Method parameters in odata.msgraph.client.beta.entity with type arguments of type PasswordCredential Modifier and Type Method Description Application.BuilderApplication.Builder. passwordCredentials(List<PasswordCredential> passwordCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. passwordCredentials(List<PasswordCredential> passwordCredentials)ApplicationApplication. withPasswordCredentials(List<PasswordCredential> passwordCredentials)ServicePrincipalServicePrincipal. withPasswordCredentials(List<PasswordCredential> passwordCredentials) -
Uses of PasswordCredential in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type PasswordCredential Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ApplicationRequest. addPassword(PasswordCredential passwordCredential)Methods in odata.msgraph.client.beta.entity.request with parameters of type PasswordCredential 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<PasswordCredential>ApplicationRequest. addPassword(PasswordCredential passwordCredential)
-