Uses of Class
odata.msgraph.client.complex.SignInLocation
-
Packages that use SignInLocation Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SignInLocation in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SignInLocation Modifier and Type Method Description SignInLocationSignInLocation.Builder. build()SignInLocationSignInLocation. withCity(String city)SignInLocationSignInLocation. withCountryOrRegion(String countryOrRegion)SignInLocationSignInLocation. withGeoCoordinates(GeoCoordinates geoCoordinates)SignInLocationSignInLocation. withState(String state)SignInLocationSignInLocation. withUnmappedField(String name, String value) -
Uses of SignInLocation in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SignInLocation Modifier and Type Field Description protected SignInLocationRiskDetection. locationprotected SignInLocationSignIn. locationMethods in odata.msgraph.client.entity that return types with arguments of type SignInLocation Modifier and Type Method Description Optional<SignInLocation>RiskDetection. getLocation()Optional<SignInLocation>SignIn. getLocation()Methods in odata.msgraph.client.entity with parameters of type SignInLocation Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. location(SignInLocation location)RiskDetection.BuilderRiskDetection.Builder. location(SignInLocation location)SignIn.BuilderSignIn.Builder. location(SignInLocation location)RiskDetectionRiskDetection. withLocation(SignInLocation location)SignInSignIn. withLocation(SignInLocation location)
-