Package zendesk.core

Class UserFieldOption



  • public class UserFieldOption
    extends java.lang.Object
    This is a model class for a user field option that will be created by the UserProvider as part of UserField.
    See Also:
    User fields
    • Constructor Summary

      Constructors 
      Constructor and Description
      UserFieldOption() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Long getId()
      Get the id of the user field option.
      java.lang.String getName()
      Get the name of the user field option.
      java.lang.String getRawName()
      Gets the raw name of the user field option
      java.lang.String getValue()
      Get the value of the user field options.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserFieldOption

        public UserFieldOption()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Get the id of the user field option.
        Returns:
        the id of the user field option
      • getName

        public java.lang.String getName()
        Get the name of the user field option.
        Returns:
        the name of the user field option
      • getRawName

        public java.lang.String getRawName()
        Gets the raw name of the user field option
        Returns:
        the raw name of the user field option
      • getValue

        public java.lang.String getValue()
        Get the value of the user field options.
        Returns:
        the value of the user field option