Class DetailedUserProfileResource

java.lang.Object
de.xima.fc.api.rest.pub.client.user.model.DetailedUserProfileResource
All Implemented Interfaces:
Serializable

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class DetailedUserProfileResource extends Object implements Serializable
DetailedUserProfileResource
See Also:
  • Field Details

  • Constructor Details

    • DetailedUserProfileResource

      public DetailedUserProfileResource()
      Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
  • Method Details

    • links

      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • putLinksItem

      public DetailedUserProfileResource putLinksItem(String key, String linksItem)
      Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.
      Parameters:
      key - Object key at which to add an entry.
      linksItem - New value for the entry at the given key.
      Returns:
      This instance for chaining method calls.
    • getLinks

      @Nullable public Map<String,String> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,String> links)
    • files

      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getFiles

      @Nullable public UserProfileFiles getFiles()
      Get files
      Returns:
      files
    • setFiles

      public void setFiles(UserProfileFiles files)
    • firstName

      public DetailedUserProfileResource firstName(String firstName)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getFirstName

      @Nullable public String getFirstName()
      The first name of the user
      Returns:
      firstName
    • setFirstName

      public void setFirstName(String firstName)
    • language

      public DetailedUserProfileResource language(String language)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLanguage

      @Nullable public String getLanguage()
      The language of the user
      Returns:
      language
    • setLanguage

      public void setLanguage(String language)
    • lastName

      public DetailedUserProfileResource lastName(String lastName)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLastName

      @Nullable public String getLastName()
      The last name of the user
      Returns:
      lastName
    • setLastName

      public void setLastName(String lastName)
    • primaryEmail

      public DetailedUserProfileResource primaryEmail(String primaryEmail)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getPrimaryEmail

      @Nullable public String getPrimaryEmail()
      The primary email address of the user
      Returns:
      primaryEmail
    • setPrimaryEmail

      public void setPrimaryEmail(String primaryEmail)
    • userName

      public DetailedUserProfileResource userName(String userName)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUserName

      @Nullable public String getUserName()
      The user name of the user if present
      Returns:
      userName
    • setUserName

      public void setUserName(String userName)
    • uuid

      public DetailedUserProfileResource uuid(UUID uuid)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUuid

      @Nullable public UUID getUuid()
      Get uuid
      Returns:
      uuid
    • setUuid

      public void setUuid(UUID uuid)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object