com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class UrlCategory

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<UrlCategory>


    public class UrlCategory
    extends Object
    implements com.aspose.ms.System.IEquatable<UrlCategory>

    Represents category for a URL

    • Field Detail

      • PROFILE_VALUE

        public static final String PROFILE_VALUE

        String value for 'Profile' category

      • HOME_PAGE_VALUE

        public static final String HOME_PAGE_VALUE

        String value for 'HomePage' category

      • HOME_VALUE

        public static final String HOME_VALUE

        String value for 'Home' category

      • WORK_VALUE

        public static final String WORK_VALUE

        String value for 'Work' category

      • BLOG_VALUE

        public static final String BLOG_VALUE

        String value for 'Blog' category

      • FTP_VALUE

        public static final String FTP_VALUE

        String value for 'Ftp' category

      • CUSTOM_VALUE

        public static final String CUSTOM_VALUE

        String value for 'Custom' category

    • Constructor Detail

      • UrlCategory

        public UrlCategory(String description)

        Initializes a new instance of the UrlCategory class with 'Custom' category.

        Parameters:
        description - Description for the 'Custom' category of a URL
    • Method Detail

      • getProfile

        public static UrlCategory getProfile()

        Profile URL

      • getHomePage

        public static UrlCategory getHomePage()

        Home page URL

      • getHome

        public static UrlCategory getHome()

        Contact's home-related site.

      • getWork

        public static UrlCategory getWork()

        Contact's work-related site.

      • getBlog

        public static UrlCategory getBlog()

        Blog URL

      • getCustom

        public static UrlCategory getCustom()

        Custom page URL

      • getValue

        public final String getValue()

        Gets category of a URL

      • getDescription

        public final String getDescription()

        Gets description for the 'Custom' category of a URL

      • equals

        public boolean equals(UrlCategory other)

        Determines whether the specified object is equal to the current object.

        Parameters:
        other - The object to compare with the current object.
        Returns:
        true if the specified object is equal to the current object; otherwise, false.
      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        Returns a string that represents the current object.
      • hashCode

        public int hashCode()

        GetHashCode returns a hash function for this object.

        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash function for this object.
      • equals

        public boolean equals(Object obj)

        Determines whether the specified Object is equal to the current Object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<UrlCategory>
        Overrides:
        equals in class Object
        Parameters:
        obj - The Object to compare with the current Object.
        Returns:
        Returns a boolean indicating if the passed in object obj is Equal to this.
      • op_Equality

        public static boolean op_Equality(UrlCategory a,
                          UrlCategory b)

        Determines whether the specified objects are equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are equal, otherwise false.
      • op_Inequality

        public static boolean op_Inequality(UrlCategory a,
                            UrlCategory b)

        Determines whether the specified objects are not equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are not equal, otherwise false.