Class UserFieldResponse



  • public class UserFieldResponse
    extends java.lang.Object
    Models the api response from the api call to get a list of UserField in Zendesk
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<UserField> getUserFields()
      Get the list of user fields associated with the user.
      • Methods inherited from class java.lang.Object

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

      • UserFieldResponse

        public UserFieldResponse()
    • Method Detail

      • getUserFields

        public java.util.List<UserField> getUserFields()
        Get the list of user fields associated with the user.
        Returns:
        A list of user fields