Package com.zendesk.sdk.model.request
Class UserFieldResponse
- java.lang.Object
-
- com.zendesk.sdk.model.request.UserFieldResponse
-
public class UserFieldResponse extends java.lang.Object
Models the api response from the api call to get a list ofUserField
in Zendesk
-
-
Constructor Summary
Constructors Constructor and Description UserFieldResponse()
-
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.
-
-
-
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
-
-