@JsonSurrogate public class

RestDetailedUser

extends RestApplicationUser
java.lang.Object
   ↳ java.util.AbstractMap<K, V>
     ↳ java.util.HashMap<K, V>
       ↳ java.util.LinkedHashMap<K, V>
         ↳ com.atlassian.bitbucket.rest.RestMapEntity
           ↳ com.atlassian.bitbucket.rest.user.RestPerson
             ↳ com.atlassian.bitbucket.rest.user.RestApplicationUser
               ↳ com.atlassian.bitbucket.rest.user.RestDetailedUser

Summary

[Expand]
Inherited Constants
From class com.atlassian.bitbucket.rest.user.RestPerson
From interface com.atlassian.bitbucket.rest.avatar.AvatarAware
From interface com.atlassian.bitbucket.user.ApplicationUser
Fields
public static final RestPage<RestDetailedUser> PAGE_EXAMPLE
public static final RestDetailedUser RESPONSE_EXAMPLE
public static final Function<DetailedUserRestDetailedUser> REST_TRANSFORM
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.rest.user.RestApplicationUser
From class com.atlassian.bitbucket.rest.user.RestPerson
Public Constructors
RestDetailedUser(DetailedUser user)
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.rest.user.RestApplicationUser
From class com.atlassian.bitbucket.rest.user.RestPerson
From class com.atlassian.bitbucket.rest.RestMapEntity
From class java.util.LinkedHashMap
From class java.util.HashMap
From class java.util.AbstractMap
From class java.lang.Object
From interface com.atlassian.bitbucket.rest.avatar.AvatarAware
From interface com.atlassian.bitbucket.user.ApplicationUser
From interface com.atlassian.bitbucket.user.Person
From interface java.security.Principal
From interface java.util.Map

Fields

public static final RestPage<RestDetailedUser> PAGE_EXAMPLE

public static final RestDetailedUser RESPONSE_EXAMPLE

public static final Function<DetailedUserRestDetailedUser> REST_TRANSFORM

Public Constructors

public RestDetailedUser (DetailedUser user)