Package odata.msgraph.client.complex
Class GroupAssignmentTarget.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.GroupAssignmentTarget.Builder
-
- Enclosing class:
- GroupAssignmentTarget
public static final class GroupAssignmentTarget.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupAssignmentTargetbuild()GroupAssignmentTarget.BuildergroupId(String groupId)“The group Id that is the target of the assignment.”
-
-
-
Method Detail
-
groupId
public GroupAssignmentTarget.Builder groupId(String groupId)
“The group Id that is the target of the assignment.”- Parameters:
groupId- value ofgroupIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public GroupAssignmentTarget build()
-
-