Class RestrictedAppsViolation.Builder

    • Method Detail

      • deviceConfigurationId

        public RestrictedAppsViolation.Builder deviceConfigurationId​(String deviceConfigurationId)
        “Device configuration profile unique identifier, must be Guid”
        Parameters:
        deviceConfigurationId - value of deviceConfigurationId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • deviceConfigurationName

        public RestrictedAppsViolation.Builder deviceConfigurationName​(String deviceConfigurationName)
        “Device configuration profile name”
        Parameters:
        deviceConfigurationName - value of deviceConfigurationName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • deviceName

        public RestrictedAppsViolation.Builder deviceName​(String deviceName)
        “Device name”
        Parameters:
        deviceName - value of deviceName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • managedDeviceId

        public RestrictedAppsViolation.Builder managedDeviceId​(String managedDeviceId)
        “Managed device unique identifier, must be Guid”
        Parameters:
        managedDeviceId - value of managedDeviceId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • platformType

        public RestrictedAppsViolation.Builder platformType​(PolicyPlatformType platformType)
        “Platform type”
        Parameters:
        platformType - value of platformType property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • restrictedApps

        public RestrictedAppsViolation.Builder restrictedApps​(ManagedDeviceReportedApp... restrictedApps)
        “List of violated restricted apps”
        Parameters:
        restrictedApps - value of restrictedApps property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • restrictedAppsNextLink

        public RestrictedAppsViolation.Builder restrictedAppsNextLink​(String restrictedAppsNextLink)
        “List of violated restricted apps”
        Parameters:
        restrictedAppsNextLink - value of restrictedApps@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • restrictedAppsState

        public RestrictedAppsViolation.Builder restrictedAppsState​(RestrictedAppsState restrictedAppsState)
        “Restricted apps state”
        Parameters:
        restrictedAppsState - value of restrictedAppsState property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userId

        public RestrictedAppsViolation.Builder userId​(String userId)
        “User unique identifier, must be Guid”
        Parameters:
        userId - value of userId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • userName

        public RestrictedAppsViolation.Builder userName​(String userName)
        “User name”
        Parameters:
        userName - value of userName property (as defined in service metadata)
        Returns:
        this (for method chaining)