Package odata.msgraph.client.complex
Class WindowsInformationProtectionResourceCollection.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.WindowsInformationProtectionResourceCollection.Builder
-
- Enclosing class:
- WindowsInformationProtectionResourceCollection
public static final class WindowsInformationProtectionResourceCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowsInformationProtectionResourceCollectionbuild()WindowsInformationProtectionResourceCollection.BuilderdisplayName(String displayName)“Display name”WindowsInformationProtectionResourceCollection.Builderresources(String... resources)“Collection of resources”WindowsInformationProtectionResourceCollection.Builderresources(List<String> resources)“Collection of resources”WindowsInformationProtectionResourceCollection.BuilderresourcesNextLink(String resourcesNextLink)“Collection of resources”
-
-
-
Method Detail
-
displayName
public WindowsInformationProtectionResourceCollection.Builder displayName(String displayName)
“Display name”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resources
public WindowsInformationProtectionResourceCollection.Builder resources(List<String> resources)
“Collection of resources”- Parameters:
resources- value ofresourcesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resources
public WindowsInformationProtectionResourceCollection.Builder resources(String... resources)
“Collection of resources”- Parameters:
resources- value ofresourcesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
resourcesNextLink
public WindowsInformationProtectionResourceCollection.Builder resourcesNextLink(String resourcesNextLink)
“Collection of resources”- Parameters:
resourcesNextLink- value ofresources@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsInformationProtectionResourceCollection build()
-
-