Package odata.msgraph.client.beta.entity
Class EmbeddedSIMActivationCodePoolAssignment.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.EmbeddedSIMActivationCodePoolAssignment.Builder
-
- Enclosing class:
- EmbeddedSIMActivationCodePoolAssignment
public static final class EmbeddedSIMActivationCodePoolAssignment.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedSIMActivationCodePoolAssignmentbuild()EmbeddedSIMActivationCodePoolAssignment.Builderid(String id)EmbeddedSIMActivationCodePoolAssignment.Buildertarget(DeviceAndAppManagementAssignmentTarget target)“The type of groups targeted by the embedded SIM activation code pool.”
-
-
-
Method Detail
-
id
public EmbeddedSIMActivationCodePoolAssignment.Builder id(String id)
-
target
public EmbeddedSIMActivationCodePoolAssignment.Builder target(DeviceAndAppManagementAssignmentTarget target)
“The type of groups targeted by the embedded SIM activation code pool.”- Parameters:
target- value oftargetproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EmbeddedSIMActivationCodePoolAssignment build()
-
-