Package odata.msgraph.client.beta.entity
Class DepOnboardingSetting.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DepOnboardingSetting.Builder
-
- Enclosing class:
- DepOnboardingSetting
public static final class DepOnboardingSetting.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepOnboardingSetting.BuilderappleIdentifier(String appleIdentifier)“The Apple ID used to obtain the current token.”DepOnboardingSettingbuild()DepOnboardingSetting.BuilderdataSharingConsentGranted(Boolean dataSharingConsentGranted)“Consent granted for data sharing with Apple Dep Service”DepOnboardingSetting.Builderid(String id)DepOnboardingSetting.BuilderlastModifiedDateTime(OffsetDateTime lastModifiedDateTime)“When the service was onboarded.”DepOnboardingSetting.BuilderlastSuccessfulSyncDateTime(OffsetDateTime lastSuccessfulSyncDateTime)“When the service last syned with Intune”DepOnboardingSetting.BuilderlastSyncErrorCode(Integer lastSyncErrorCode)“Error code reported by Apple during last dep sync.”DepOnboardingSetting.BuilderlastSyncTriggeredDateTime(OffsetDateTime lastSyncTriggeredDateTime)“When Intune last requested a sync.”DepOnboardingSetting.BuilderroleScopeTagIds(String... roleScopeTagIds)“List of Scope Tags for this Entity instance.”DepOnboardingSetting.BuilderroleScopeTagIds(List<String> roleScopeTagIds)“List of Scope Tags for this Entity instance.”DepOnboardingSetting.BuilderroleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)“List of Scope Tags for this Entity instance.”DepOnboardingSetting.BuildershareTokenWithSchoolDataSyncService(Boolean shareTokenWithSchoolDataSyncService)“Whether or not the Dep token sharing is enabled with the School Data Sync service.”DepOnboardingSetting.BuildersyncedDeviceCount(Integer syncedDeviceCount)“Gets synced device count”DepOnboardingSetting.BuildertokenExpirationDateTime(OffsetDateTime tokenExpirationDateTime)“When the token will expire.”DepOnboardingSetting.BuildertokenName(String tokenName)“Friendly Name for Dep Token”DepOnboardingSetting.BuildertokenType(DepTokenType tokenType)“Gets or sets the Dep Token Type.”
-
-
-
Method Detail
-
id
public DepOnboardingSetting.Builder id(String id)
-
appleIdentifier
public DepOnboardingSetting.Builder appleIdentifier(String appleIdentifier)
“The Apple ID used to obtain the current token.”- Parameters:
appleIdentifier- value ofappleIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
dataSharingConsentGranted
public DepOnboardingSetting.Builder dataSharingConsentGranted(Boolean dataSharingConsentGranted)
“Consent granted for data sharing with Apple Dep Service”- Parameters:
dataSharingConsentGranted- value ofdataSharingConsentGrantedproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public DepOnboardingSetting.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“When the service was onboarded.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastSuccessfulSyncDateTime
public DepOnboardingSetting.Builder lastSuccessfulSyncDateTime(OffsetDateTime lastSuccessfulSyncDateTime)
“When the service last syned with Intune”- Parameters:
lastSuccessfulSyncDateTime- value oflastSuccessfulSyncDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastSyncErrorCode
public DepOnboardingSetting.Builder lastSyncErrorCode(Integer lastSyncErrorCode)
“Error code reported by Apple during last dep sync.”- Parameters:
lastSyncErrorCode- value oflastSyncErrorCodeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastSyncTriggeredDateTime
public DepOnboardingSetting.Builder lastSyncTriggeredDateTime(OffsetDateTime lastSyncTriggeredDateTime)
“When Intune last requested a sync.”- Parameters:
lastSyncTriggeredDateTime- value oflastSyncTriggeredDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public DepOnboardingSetting.Builder roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIds
public DepOnboardingSetting.Builder roleScopeTagIds(String... roleScopeTagIds)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIds- value ofroleScopeTagIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagIdsNextLink
public DepOnboardingSetting.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Entity instance.”- Parameters:
roleScopeTagIdsNextLink- value ofroleScopeTagIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
shareTokenWithSchoolDataSyncService
public DepOnboardingSetting.Builder shareTokenWithSchoolDataSyncService(Boolean shareTokenWithSchoolDataSyncService)
“Whether or not the Dep token sharing is enabled with the School Data Sync service.”- Parameters:
shareTokenWithSchoolDataSyncService- value ofshareTokenWithSchoolDataSyncServiceproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
syncedDeviceCount
public DepOnboardingSetting.Builder syncedDeviceCount(Integer syncedDeviceCount)
“Gets synced device count”- Parameters:
syncedDeviceCount- value ofsyncedDeviceCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tokenExpirationDateTime
public DepOnboardingSetting.Builder tokenExpirationDateTime(OffsetDateTime tokenExpirationDateTime)
“When the token will expire.”- Parameters:
tokenExpirationDateTime- value oftokenExpirationDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tokenName
public DepOnboardingSetting.Builder tokenName(String tokenName)
“Friendly Name for Dep Token”- Parameters:
tokenName- value oftokenNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tokenType
public DepOnboardingSetting.Builder tokenType(DepTokenType tokenType)
“Gets or sets the Dep Token Type.”- Parameters:
tokenType- value oftokenTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DepOnboardingSetting build()
-
-