Uses of Class
odata.msgraph.client.complex.PasswordCredential
-
Packages that use PasswordCredential Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of PasswordCredential in odata.msgraph.client.complex
Methods in odata.msgraph.client.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) -
Uses of PasswordCredential in odata.msgraph.client.entity
Fields in odata.msgraph.client.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.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.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ServicePrincipal. 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.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<KeyCredential>ServicePrincipal. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>Application. addPassword(PasswordCredential passwordCredential)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ServicePrincipal. addPassword(PasswordCredential passwordCredential)Application.BuilderApplication.Builder. passwordCredentials(PasswordCredential... passwordCredentials)ServicePrincipal.BuilderServicePrincipal.Builder. passwordCredentials(PasswordCredential... passwordCredentials)Method parameters in odata.msgraph.client.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.entity.request
Methods in odata.msgraph.client.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)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ServicePrincipalRequest. addPassword(PasswordCredential passwordCredential)Methods in odata.msgraph.client.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<KeyCredential>ServicePrincipalRequest. addKey(KeyCredential keyCredential, PasswordCredential passwordCredential, String proof)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ApplicationRequest. addPassword(PasswordCredential passwordCredential)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<PasswordCredential>ServicePrincipalRequest. addPassword(PasswordCredential passwordCredential)
-