Uses of Class
odata.msgraph.client.complex.AuthenticationStrengthUsage
-
Packages that use AuthenticationStrengthUsage Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of AuthenticationStrengthUsage in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AuthenticationStrengthUsage Modifier and Type Method Description AuthenticationStrengthUsageAuthenticationStrengthUsage.Builder. build()AuthenticationStrengthUsageAuthenticationStrengthUsage. withUnmappedField(String name, String value) -
Uses of AuthenticationStrengthUsage in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type AuthenticationStrengthUsage Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<AuthenticationStrengthUsage>AuthenticationStrengthPolicy. usage() -
Uses of AuthenticationStrengthUsage in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type AuthenticationStrengthUsage Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<AuthenticationStrengthUsage>AuthenticationStrengthPolicyRequest. usage()
-