Uses of Class
odata.msgraph.client.beta.complex.NetworkLocationDetail
-
Packages that use NetworkLocationDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of NetworkLocationDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return NetworkLocationDetail Modifier and Type Method Description NetworkLocationDetailNetworkLocationDetail.Builder. build()NetworkLocationDetailNetworkLocationDetail. withNetworkType(NetworkType networkType)NetworkLocationDetailNetworkLocationDetail. withUnmappedField(String name, String value) -
Uses of NetworkLocationDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type NetworkLocationDetail Modifier and Type Field Description protected List<NetworkLocationDetail>SignIn. networkLocationDetailsMethods in odata.msgraph.client.beta.entity that return types with arguments of type NetworkLocationDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<NetworkLocationDetail>SignIn. getNetworkLocationDetails()com.github.davidmoten.odata.client.CollectionPage<NetworkLocationDetail>SignIn. getNetworkLocationDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type NetworkLocationDetail Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. networkLocationDetails(NetworkLocationDetail... networkLocationDetails)SignIn.BuilderSignIn.Builder. networkLocationDetails(NetworkLocationDetail... networkLocationDetails)Method parameters in odata.msgraph.client.beta.entity with type arguments of type NetworkLocationDetail Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. networkLocationDetails(List<NetworkLocationDetail> networkLocationDetails)SignIn.BuilderSignIn.Builder. networkLocationDetails(List<NetworkLocationDetail> networkLocationDetails)SignInSignIn. withNetworkLocationDetails(List<NetworkLocationDetail> networkLocationDetails)
-