Uses of Class
odata.msgraph.client.entity.AuthenticationFlowsPolicy
-
Packages that use AuthenticationFlowsPolicy Package Description odata.msgraph.client.entity -
-
Uses of AuthenticationFlowsPolicy in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AuthenticationFlowsPolicy Modifier and Type Field Description protected AuthenticationFlowsPolicyPolicyRoot. authenticationFlowsPolicyMethods in odata.msgraph.client.entity that return AuthenticationFlowsPolicy Modifier and Type Method Description AuthenticationFlowsPolicyAuthenticationFlowsPolicy.Builder. build()AuthenticationFlowsPolicyAuthenticationFlowsPolicy. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationFlowsPolicyAuthenticationFlowsPolicy. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationFlowsPolicyAuthenticationFlowsPolicy. withDescription(String description)AuthenticationFlowsPolicyAuthenticationFlowsPolicy. withDisplayName(String displayName)AuthenticationFlowsPolicyAuthenticationFlowsPolicy. withSelfServiceSignUp(SelfServiceSignUpAuthenticationFlowConfiguration selfServiceSignUp)AuthenticationFlowsPolicyAuthenticationFlowsPolicy. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthenticationFlowsPolicy Modifier and Type Method Description PolicyRoot.BuilderPolicyRoot.Builder. authenticationFlowsPolicy(AuthenticationFlowsPolicy authenticationFlowsPolicy)PolicyRootPolicyRoot. withAuthenticationFlowsPolicy(AuthenticationFlowsPolicy authenticationFlowsPolicy)
-