Package odata.msgraph.client.entity
Class WindowsInformationProtectionNetworkLearningSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.WindowsInformationProtectionNetworkLearningSummary.Builder
-
- Enclosing class:
- WindowsInformationProtectionNetworkLearningSummary
public static final class WindowsInformationProtectionNetworkLearningSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsInformationProtectionNetworkLearningSummarybuild()WindowsInformationProtectionNetworkLearningSummary.BuilderdeviceCount(Integer deviceCount)“Device Count”WindowsInformationProtectionNetworkLearningSummary.Builderid(String id)WindowsInformationProtectionNetworkLearningSummary.Builderurl(String url)“Website url”
-
-
-
Method Detail
-
id
public WindowsInformationProtectionNetworkLearningSummary.Builder id(String id)
-
deviceCount
public WindowsInformationProtectionNetworkLearningSummary.Builder deviceCount(Integer deviceCount)
“Device Count”- Parameters:
deviceCount- value ofdeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
url
public WindowsInformationProtectionNetworkLearningSummary.Builder url(String url)
“Website url”- Parameters:
url- value ofurlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsInformationProtectionNetworkLearningSummary build()
-
-