Class AmlUserFeatureInner


  • public final class AmlUserFeatureInner
    extends Object
    Features enabled for a workspace.
    • Constructor Detail

      • AmlUserFeatureInner

        public AmlUserFeatureInner()
    • Method Detail

      • id

        public String id()
        Get the id property: Specifies the feature ID.
        Returns:
        the id value.
      • withId

        public AmlUserFeatureInner withId​(String id)
        Set the id property: Specifies the feature ID.
        Parameters:
        id - the id value to set.
        Returns:
        the AmlUserFeatureInner object itself.
      • displayName

        public String displayName()
        Get the displayName property: Specifies the feature name.
        Returns:
        the displayName value.
      • withDisplayName

        public AmlUserFeatureInner withDisplayName​(String displayName)
        Set the displayName property: Specifies the feature name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the AmlUserFeatureInner object itself.
      • description

        public String description()
        Get the description property: Describes the feature for user experience.
        Returns:
        the description value.
      • withDescription

        public AmlUserFeatureInner withDescription​(String description)
        Set the description property: Describes the feature for user experience.
        Parameters:
        description - the description value to set.
        Returns:
        the AmlUserFeatureInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.