Klasse SpaceUpdate

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

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

    • name

      protected String name
      The updated name of the space.
    • description

      protected SpaceDescriptionCreate description
    • homepage

      protected Object homepage
      The updated homepage for this space
    • type

      protected String type
      The updated type for this space.
    • status

      protected String status
      The updated status for this space.
  • Konstruktordetails

    • SpaceUpdate

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

      @Internal public SpaceUpdate(String name, SpaceDescriptionCreate description, Object homepage, String type, String status)
      Constructs a validated instance of SpaceUpdate.

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

      Parameter:
      name - The updated name of the space.
      description - description
      homepage - The updated homepage for this space
      type - The updated type for this space.
      status - The updated status for this space.
    • SpaceUpdate

      protected SpaceUpdate()
  • Methodendetails

    • builder

      public static SpaceUpdate.SpaceUpdateBuilder builder()
    • name

      public String name()
      The updated name of the space.
    • description

      public SpaceDescriptionCreate description()
    • homepage

      public Object homepage()
      The updated homepage for this space
    • type

      public String type()
      The updated type for this space.
    • status

      public String status()
      The updated status for this space.
    • name

      public SpaceUpdate name(String name)
      The updated name of the space.
      Gibt zurück:
      this.
    • description

      public SpaceUpdate description(SpaceDescriptionCreate description)
      Gibt zurück:
      this.
    • homepage

      public SpaceUpdate homepage(Object homepage)
      The updated homepage for this space
      Gibt zurück:
      this.
    • type

      public SpaceUpdate type(String type)
      The updated type for this space.
      Gibt zurück:
      this.
    • status

      public SpaceUpdate status(String status)
      The updated status for this space.
      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