Klasse UserProperty

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.UserProperty

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UserProperty extends Object
UserProperty
  • Felddetails

    • key

      protected String key
    • value

      protected Map<String,Object> value
      The value of the content property.
    • id

      protected String id
      a unique identifier for the user property
    • lastModifiedDate

      protected OffsetDateTime lastModifiedDate
      datetime when the property was last modified such as 2022-02-01T12:00:00.111Z
    • createdDate

      protected OffsetDateTime createdDate
      datetime when the property was created such as 2022-01-01T12:00:00.111Z
  • Konstruktordetails

    • UserProperty

      public UserProperty(Consumer<UserProperty> spec)
      Constructs a validated instance of UserProperty.
      Parameter:
      spec - the specification to process
    • UserProperty

      @Internal public UserProperty(String key, Map<String,Object> value, String id, OffsetDateTime lastModifiedDate, OffsetDateTime createdDate, Map<String,String> _links)
      Constructs a validated instance of UserProperty.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UserProperty(Consumer) instead.

      Parameter:
      key - key
      value - The value of the content property.
      id - a unique identifier for the user property
      lastModifiedDate - datetime when the property was last modified such as 2022-02-01T12:00:00.111Z
      createdDate - datetime when the property was created such as 2022-01-01T12:00:00.111Z
      _links - _links
    • UserProperty

      protected UserProperty()
  • Methodendetails

    • builder

      public static UserProperty.UserPropertyBuilder builder()
    • key

      public String key()
    • value

      public Map<String,Object> value()
      The value of the content property.
    • id

      public String id()
      a unique identifier for the user property
    • lastModifiedDate

      public OffsetDateTime lastModifiedDate()
      datetime when the property was last modified such as 2022-02-01T12:00:00.111Z
    • createdDate

      public OffsetDateTime createdDate()
      datetime when the property was created such as 2022-01-01T12:00:00.111Z
    • _links

      public Map<String,String> _links()
    • key

      public UserProperty key(String key)
      Gibt zurück:
      this.
    • value

      public UserProperty value(Map<String,Object> value)
      The value of the content property.
      Gibt zurück:
      this.
    • id

      public UserProperty id(String id)
      a unique identifier for the user property
      Gibt zurück:
      this.
    • lastModifiedDate

      public UserProperty lastModifiedDate(OffsetDateTime lastModifiedDate)
      datetime when the property was last modified such as 2022-02-01T12:00:00.111Z
      Gibt zurück:
      this.
    • createdDate

      public UserProperty createdDate(OffsetDateTime createdDate)
      datetime when the property was created such as 2022-01-01T12:00:00.111Z
      Gibt zurück:
      this.
    • _links

      public UserProperty _links(Map<String,String> _links)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object