Uses of Class
odata.msgraph.client.complex.AuthenticationConfigurationValidation
-
-
Uses of AuthenticationConfigurationValidation in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AuthenticationConfigurationValidation Modifier and Type Method Description AuthenticationConfigurationValidationAuthenticationConfigurationValidation.Builder. build()AuthenticationConfigurationValidationAuthenticationConfigurationValidation. withUnmappedField(String name, Object value) -
Uses of AuthenticationConfigurationValidation in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type AuthenticationConfigurationValidation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation>CustomAuthenticationExtension. validateAuthenticationConfiguration() -
Uses of AuthenticationConfigurationValidation in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type AuthenticationConfigurationValidation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation>CustomAuthenticationExtensionCollectionRequest. validateAuthenticationConfiguration(CustomExtensionEndpointConfiguration endpointConfiguration, CustomExtensionAuthenticationConfiguration authenticationConfiguration) -
Uses of AuthenticationConfigurationValidation in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type AuthenticationConfigurationValidation Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AuthenticationConfigurationValidation>CustomAuthenticationExtensionRequest. validateAuthenticationConfiguration()
-