Klasse GetSpacePropertyOperationSpec

java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetSpacePropertyOperationSpec

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GetSpacePropertyOperationSpec extends Object
GetSpacePropertySpec

Specification for the GetSpaceProperty operation.

Get space property

  • Felddetails

    • VALIDATION_ENABLED

      @Experimental public static Boolean VALIDATION_ENABLED
      allows to disable validation of the spec, use with care!
  • Konstruktordetails

    • GetSpacePropertyOperationSpec

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

      @Internal public GetSpacePropertyOperationSpec(String spaceKey, String key, List<String> expand)
      Constructs a validated instance of GetSpacePropertyOperationSpec.

      NOTE: This constructor is not considered stable and may change if the operation is updated.

      Parameter:
      spaceKey - The key of the space that the property is in.
      key - The key of the space property.
      expand - A multi-value parameter indicating which properties of the space property to expand. By default, the version object is expanded. - version returns information about the version of the content. - space returns the space that the properties are in.
    • GetSpacePropertyOperationSpec

      protected GetSpacePropertyOperationSpec()
  • Methodendetails

    • validate

      public void validate()
      Validates the Spec, will throw a exception if required parameters are missing
      Löst aus:
      NullPointerException
    • builder

    • spaceKey

      @NotNull public @NotNull String spaceKey()
      The key of the space that the property is in.
    • key

      @NotNull public @NotNull String key()
      The key of the space property.
    • expand

      @Nullable public @Nullable List<String> expand()
      A multi-value parameter indicating which properties of the space property to expand. By default, the version object is expanded. - version returns information about the version of the content. - space returns the space that the properties are in.
    • spaceKey

      public GetSpacePropertyOperationSpec spaceKey(@NotNull @NotNull String spaceKey)
      The key of the space that the property is in.
      Gibt zurück:
      this.
    • key

      public GetSpacePropertyOperationSpec key(@NotNull @NotNull String key)
      The key of the space property.
      Gibt zurück:
      this.
    • expand

      public GetSpacePropertyOperationSpec expand(@Nullable @Nullable List<String> expand)
      A multi-value parameter indicating which properties of the space property to expand. By default, the version object is expanded. - version returns information about the version of the content. - space returns the space that the properties are in.
      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