Klasse SpacePropertyVersion

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

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

    • createdAt

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

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

      protected String message
      Message associated with the current version.
    • number

      protected Integer number
      The space property's current version number.
  • Konstruktordetails

    • SpacePropertyVersion

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

      @Internal public SpacePropertyVersion(OffsetDateTime createdAt, String createdBy, String message, Integer number)
      Constructs a validated instance of SpacePropertyVersion.

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

      Parameter:
      createdAt - RFC3339 compliant date time at which the property's current version was created.
      createdBy - Atlassian account ID of the user that created the space property's current version.
      message - Message associated with the current version.
      number - The space property's current version number.
    • SpacePropertyVersion

      protected SpacePropertyVersion()
  • Methodendetails

    • builder

    • createdAt

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

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

      public String message()
      Message associated with the current version.
    • number

      public Integer number()
      The space property's current version number.
    • createdAt

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

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

      public SpacePropertyVersion message(String message)
      Message associated with the current version.
      Gibt zurück:
      this.
    • number

      public SpacePropertyVersion number(Integer number)
      The space property's current version number.
      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