Class BaseUserProfileFileResource

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

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

  • Constructor Details

    • BaseUserProfileFileResource

      public BaseUserProfileFileResource()
      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 BaseUserProfileFileResource 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)
    • createdTimestamp

      public BaseUserProfileFileResource createdTimestamp(OffsetDateTime createdTimestamp)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getCreatedTimestamp

      @Nullable public OffsetDateTime getCreatedTimestamp()
      Get createdTimestamp
      Returns:
      createdTimestamp
    • setCreatedTimestamp

      public void setCreatedTimestamp(OffsetDateTime createdTimestamp)
    • fileName

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

      @Nullable public String getFileName()
      Get fileName
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • fileSize

      public BaseUserProfileFileResource fileSize(Integer fileSize)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getFileSize

      @Nullable public Integer getFileSize()
      Get fileSize
      Returns:
      fileSize
    • setFileSize

      public void setFileSize(Integer fileSize)
    • key

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

      @Nullable public String getKey()
      Get key
      Returns:
      key
    • setKey

      public void setKey(String key)
    • modifiedTimestamp

      public BaseUserProfileFileResource modifiedTimestamp(OffsetDateTime modifiedTimestamp)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getModifiedTimestamp

      @Nullable public OffsetDateTime getModifiedTimestamp()
      Get modifiedTimestamp
      Returns:
      modifiedTimestamp
    • setModifiedTimestamp

      public void setModifiedTimestamp(OffsetDateTime modifiedTimestamp)
    • portal

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

      @Nullable public PublicResourceReferenceUserProfile getPortal()
      Get portal
      Returns:
      portal
    • setPortal

      public void setPortal(PublicResourceReferenceUserProfile portal)
    • 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