Class UpdateDataSourceRequest

    • Method Detail

      • hasAssetFormsInput

        public final boolean hasAssetFormsInput()
        For responses, this returns true if the service returned a value for the AssetFormsInput property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • assetFormsInput

        public final List<FormInput> assetFormsInput()

        The asset forms to be updated as part of the UpdateDataSource action.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAssetFormsInput() method.

        Returns:
        The asset forms to be updated as part of the UpdateDataSource action.
      • configuration

        public final DataSourceConfigurationInput configuration()

        The configuration to be updated as part of the UpdateDataSource action.

        Returns:
        The configuration to be updated as part of the UpdateDataSource action.
      • description

        public final String description()

        The description to be updated as part of the UpdateDataSource action.

        Returns:
        The description to be updated as part of the UpdateDataSource action.
      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the domain in which to update a data source.

        Returns:
        The identifier of the domain in which to update a data source.
      • enableSetting

        public final EnableSetting enableSetting()

        The enable setting to be updated as part of the UpdateDataSource action.

        If the service returns an enum value that is not available in the current SDK version, enableSetting will return EnableSetting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from enableSettingAsString().

        Returns:
        The enable setting to be updated as part of the UpdateDataSource action.
        See Also:
        EnableSetting
      • enableSettingAsString

        public final String enableSettingAsString()

        The enable setting to be updated as part of the UpdateDataSource action.

        If the service returns an enum value that is not available in the current SDK version, enableSetting will return EnableSetting.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from enableSettingAsString().

        Returns:
        The enable setting to be updated as part of the UpdateDataSource action.
        See Also:
        EnableSetting
      • identifier

        public final String identifier()

        The identifier of the data source to be updated.

        Returns:
        The identifier of the data source to be updated.
      • name

        public final String name()

        The name to be updated as part of the UpdateDataSource action.

        Returns:
        The name to be updated as part of the UpdateDataSource action.
      • publishOnImport

        public final Boolean publishOnImport()

        The publish on import setting to be updated as part of the UpdateDataSource action.

        Returns:
        The publish on import setting to be updated as part of the UpdateDataSource action.
      • recommendation

        public final RecommendationConfiguration recommendation()

        The recommendation to be updated as part of the UpdateDataSource action.

        Returns:
        The recommendation to be updated as part of the UpdateDataSource action.
      • retainPermissionsOnRevokeFailure

        public final Boolean retainPermissionsOnRevokeFailure()

        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.

        Returns:
        Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
      • schedule

        public final ScheduleConfiguration schedule()

        The schedule to be updated as part of the UpdateDataSource action.

        Returns:
        The schedule to be updated as part of the UpdateDataSource action.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object