Package zendesk.core
Class UserFieldOption
- java.lang.Object
-
- zendesk.core.UserFieldOption
-
public class UserFieldOption extends java.lang.Object
This is a model class for a user field option that will be created by theUserProvider
as part ofUserField
.- 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 optionjava.lang.String
getValue()
Get the value of the user field options.
-
-
-
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
-
-