Uses of Class
odata.msgraph.client.entity.AuthenticationConditionApplication
-
Packages that use AuthenticationConditionApplication Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AuthenticationConditionApplication in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AuthenticationConditionApplication Modifier and Type Field Description protected List<AuthenticationConditionApplication>AuthenticationConditionsApplications. includeApplicationsMethods in odata.msgraph.client.complex with parameters of type AuthenticationConditionApplication Modifier and Type Method Description AuthenticationConditionsApplications.BuilderAuthenticationConditionsApplications.Builder. includeApplications(AuthenticationConditionApplication... includeApplications)Method parameters in odata.msgraph.client.complex with type arguments of type AuthenticationConditionApplication Modifier and Type Method Description AuthenticationConditionsApplications.BuilderAuthenticationConditionsApplications.Builder. includeApplications(List<AuthenticationConditionApplication> includeApplications) -
Uses of AuthenticationConditionApplication in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return AuthenticationConditionApplication Modifier and Type Method Description AuthenticationConditionApplicationAuthenticationConditionApplication.Builder. build()AuthenticationConditionApplicationAuthenticationConditionApplication. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthenticationConditionApplicationAuthenticationConditionApplication. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthenticationConditionApplicationAuthenticationConditionApplication. withAppId(String appId)AuthenticationConditionApplicationAuthenticationConditionApplication. withUnmappedField(String name, Object value)
-