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