Klasse GetContentPropertiesOperationSpec

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

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

Specification for the GetContentProperties operation.

Get content properties

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetContentPropertiesOperationSpec

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

      @Internal public GetContentPropertiesOperationSpec(String id, List<String> key, List<String> expand, Integer start, Integer limit)
      Constructs a validated instance of GetContentPropertiesOperationSpec.

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

      Parameter:
      id - The ID of the content to be queried for its properties.
      key - The key of the content property.
      expand - A multi-value parameter indicating which properties of the content to expand. By default, the version object is expanded. - content returns the content that the property is stored against. - version returns information about the version of the property, such as the version number, when it was created, etc.
      start - The starting index of the returned properties.
      limit - The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
    • GetContentPropertiesOperationSpec

      protected GetContentPropertiesOperationSpec()
  • Methodendetails

    • validate

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

    • id

      @NotNull public @NotNull String id()
      The ID of the content to be queried for its properties.
    • key

      @Nullable public @Nullable List<String> key()
      The key of the content property.
    • expand

      @Nullable public @Nullable List<String> expand()
      A multi-value parameter indicating which properties of the content to expand. By default, the version object is expanded. - content returns the content that the property is stored against. - version returns information about the version of the property, such as the version number, when it was created, etc.
    • start

      @Nullable public @Nullable Integer start()
      The starting index of the returned properties.
    • limit

      @Nullable public @Nullable Integer limit()
      The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
    • id

      public GetContentPropertiesOperationSpec id(@NotNull @NotNull String id)
      The ID of the content to be queried for its properties.
      Gibt zurück:
      this.
    • key

      public GetContentPropertiesOperationSpec key(@Nullable @Nullable List<String> key)
      The key of the content property.
      Gibt zurück:
      this.
    • expand

      public GetContentPropertiesOperationSpec expand(@Nullable @Nullable List<String> expand)
      A multi-value parameter indicating which properties of the content to expand. By default, the version object is expanded. - content returns the content that the property is stored against. - version returns information about the version of the property, such as the version number, when it was created, etc.
      Gibt zurück:
      this.
    • start

      public GetContentPropertiesOperationSpec start(@Nullable @Nullable Integer start)
      The starting index of the returned properties.
      Gibt zurück:
      this.
    • limit

      public GetContentPropertiesOperationSpec limit(@Nullable @Nullable Integer limit)
      The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.
      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