Package com.zendesk.sdk.model.request
Class UserResponse
- java.lang.Object
- 
- com.zendesk.sdk.model.request.UserResponse
 
- 
 
 public class UserResponse extends java.lang.ObjectThis is a class model for a response for adding tags to an user. This object will be created byUserProvider
- 
- 
Constructor SummaryConstructors Constructor and Description UserResponse()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description UsergetUser()Get the updated user.
 
- 
- 
- 
Method Detail- 
getUserpublic User getUser() Get the updated user.- Returns:
- The updated user
 
 
- 
 
-