Class DepOnboardingSetting.Builder

    • Method Detail

      • appleIdentifier

        public DepOnboardingSetting.Builder appleIdentifier​(String appleIdentifier)
        “The Apple ID used to obtain the current token.”
        Parameters:
        appleIdentifier - value of appleIdentifier property (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 of dataSharingConsentGranted property (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 of lastModifiedDateTime property (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 of lastSuccessfulSyncDateTime property (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 of lastSyncErrorCode property (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 of lastSyncTriggeredDateTime property (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 of roleScopeTagIds property (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 of roleScopeTagIds property (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 of roleScopeTagIds@nextLink property (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 of shareTokenWithSchoolDataSyncService property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • syncedDeviceCount

        public DepOnboardingSetting.Builder syncedDeviceCount​(Integer syncedDeviceCount)
        “Gets synced device count”
        Parameters:
        syncedDeviceCount - value of syncedDeviceCount property (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 of tokenExpirationDateTime property (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 of tokenName property (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 of tokenType property (as defined in service metadata)
        Returns:
        this (for method chaining)