Klasse SpaceProperty

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.SpaceProperty

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

    • id

      protected String id
      ID of the space property.
    • key

      protected String key
      Key of the space property.
    • value

      protected Object value
      Value of the space property.
    • createdAt

      protected OffsetDateTime createdAt
      RFC3339 compliant date time at which the property was created.
    • createdBy

      protected String createdBy
      Atlassian account ID of the user that created the space property.
    • version

      protected SpacePropertyVersion version
  • Konstruktordetails

    • SpaceProperty

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

      @Internal public SpaceProperty(String id, String key, Object value, OffsetDateTime createdAt, String createdBy, SpacePropertyVersion version)
      Constructs a validated instance of SpaceProperty.

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

      Parameter:
      id - ID of the space property.
      key - Key of the space property.
      value - Value of the space property.
      createdAt - RFC3339 compliant date time at which the property was created.
      createdBy - Atlassian account ID of the user that created the space property.
      version - version
    • SpaceProperty

      protected SpaceProperty()
  • Methodendetails

    • builder

      public static SpaceProperty.SpacePropertyBuilder builder()
    • id

      public String id()
      ID of the space property.
    • key

      public String key()
      Key of the space property.
    • value

      public Object value()
      Value of the space property.
    • createdAt

      public OffsetDateTime createdAt()
      RFC3339 compliant date time at which the property was created.
    • createdBy

      public String createdBy()
      Atlassian account ID of the user that created the space property.
    • version

      public SpacePropertyVersion version()
    • id

      public SpaceProperty id(String id)
      ID of the space property.
      Gibt zurück:
      this.
    • key

      public SpaceProperty key(String key)
      Key of the space property.
      Gibt zurück:
      this.
    • value

      public SpaceProperty value(Object value)
      Value of the space property.
      Gibt zurück:
      this.
    • createdAt

      public SpaceProperty createdAt(OffsetDateTime createdAt)
      RFC3339 compliant date time at which the property was created.
      Gibt zurück:
      this.
    • createdBy

      public SpaceProperty createdBy(String createdBy)
      Atlassian account ID of the user that created the space property.
      Gibt zurück:
      this.
    • version

      public SpaceProperty version(SpacePropertyVersion version)
      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