com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class UserConfigurationName



  • public final class UserConfigurationName
    extends Object

    Represents user configuration name

    • Constructor Detail

      • UserConfigurationName

        public UserConfigurationName(String name,
                             String folderId)

        Initializes a new instance of the UserConfigurationName class

        Parameters:
        name - Specifies user configuration name
        folderId - Specifies the associated folder for a user configuration object
        Throws:
        AsposeArgumentException - name is null or empty
    • Method Detail

      • getName

        public final String getName()

        Gets or sets the user configuration object name.

        Throws:
        AsposeArgumentException - value is null or empty
      • setName

        public final void setName(String value)

        Gets or sets the user configuration object name.

        Throws:
        AsposeArgumentException - value is null or empty
      • getFolderId

        public final String getFolderId()

        Gets or sets the identifier of folder containing the user configuration object.

        Throws:
        AsposeArgumentException - value is null or empty
      • setFolderId

        public final void setFolderId(String value)

        Gets or sets the identifier of folder containing the user configuration object.

        Throws:
        AsposeArgumentException - value is null or empty