Class NetworkLocationDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.NetworkLocationDetail.Builder
-
- Enclosing class:
- NetworkLocationDetail
public static final class NetworkLocationDetail.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkLocationDetailbuild()NetworkLocationDetail.BuildernetworkNames(String... networkNames)NetworkLocationDetail.BuildernetworkNames(List<String> networkNames)NetworkLocationDetail.BuildernetworkNamesNextLink(String networkNamesNextLink)NetworkLocationDetail.BuildernetworkType(NetworkType networkType)
-
-
-
Method Detail
-
networkNames
public NetworkLocationDetail.Builder networkNames(List<String> networkNames)
-
networkNames
public NetworkLocationDetail.Builder networkNames(String... networkNames)
-
networkNamesNextLink
public NetworkLocationDetail.Builder networkNamesNextLink(String networkNamesNextLink)
-
networkType
public NetworkLocationDetail.Builder networkType(NetworkType networkType)
-
build
public NetworkLocationDetail build()
-
-