Package odata.msgraph.client.beta.entity
Class EmbeddedSIMActivationCodePool.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.EmbeddedSIMActivationCodePool.Builder
-
- Enclosing class:
- EmbeddedSIMActivationCodePool
public static final class EmbeddedSIMActivationCodePool.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddedSIMActivationCodePool.BuilderactivationCodeCount(Integer activationCodeCount)“The total count of activation codes which belong to this pool.”EmbeddedSIMActivationCodePool.BuilderactivationCodes(List<EmbeddedSIMActivationCode> activationCodes)“The activation codes which belong to this pool.EmbeddedSIMActivationCodePool.BuilderactivationCodes(EmbeddedSIMActivationCode... activationCodes)“The activation codes which belong to this pool.EmbeddedSIMActivationCodePool.BuilderactivationCodesNextLink(String activationCodesNextLink)“The activation codes which belong to this pool.EmbeddedSIMActivationCodePoolbuild()EmbeddedSIMActivationCodePool.BuildercreatedDateTime(OffsetDateTime createdDateTime)“The time the embedded SIM activation code pool was created.EmbeddedSIMActivationCodePool.BuilderdisplayName(String displayName)“The admin defined name of the embedded SIM activation code pool.”EmbeddedSIMActivationCodePool.Builderid(String id)EmbeddedSIMActivationCodePool.BuildermodifiedDateTime(OffsetDateTime modifiedDateTime)“The time the embedded SIM activation code pool was last modified.
-
-
-
Method Detail
-
id
public EmbeddedSIMActivationCodePool.Builder id(String id)
-
activationCodeCount
public EmbeddedSIMActivationCodePool.Builder activationCodeCount(Integer activationCodeCount)
“The total count of activation codes which belong to this pool.”- Parameters:
activationCodeCount- value ofactivationCodeCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
activationCodes
public EmbeddedSIMActivationCodePool.Builder activationCodes(List<EmbeddedSIMActivationCode> activationCodes)
“The activation codes which belong to this pool. This navigation property is used to post activation codes to Intune but cannot be used to read activation codes from Intune.”- Parameters:
activationCodes- value ofactivationCodesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
activationCodes
public EmbeddedSIMActivationCodePool.Builder activationCodes(EmbeddedSIMActivationCode... activationCodes)
“The activation codes which belong to this pool. This navigation property is used to post activation codes to Intune but cannot be used to read activation codes from Intune.”- Parameters:
activationCodes- value ofactivationCodesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
activationCodesNextLink
public EmbeddedSIMActivationCodePool.Builder activationCodesNextLink(String activationCodesNextLink)
“The activation codes which belong to this pool. This navigation property is used to post activation codes to Intune but cannot be used to read activation codes from Intune.”- Parameters:
activationCodesNextLink- value ofactivationCodes@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
createdDateTime
public EmbeddedSIMActivationCodePool.Builder createdDateTime(OffsetDateTime createdDateTime)
“The time the embedded SIM activation code pool was created. Generated service side.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public EmbeddedSIMActivationCodePool.Builder displayName(String displayName)
“The admin defined name of the embedded SIM activation code pool.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
modifiedDateTime
public EmbeddedSIMActivationCodePool.Builder modifiedDateTime(OffsetDateTime modifiedDateTime)
“The time the embedded SIM activation code pool was last modified. Updated service side.”- Parameters:
modifiedDateTime- value ofmodifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public EmbeddedSIMActivationCodePool build()
-
-