Klasse GetUserPropertiesOperationSpec

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

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

Specification for the GetUserProperties operation.

Get user properties

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetUserPropertiesOperationSpec

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

      @Internal public GetUserPropertiesOperationSpec(String userId, Integer start, Integer limit)
      Constructs a validated instance of GetUserPropertiesOperationSpec.

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

      Parameter:
      userId - The account ID of the user to be queried for its properties.
      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.
    • GetUserPropertiesOperationSpec

      protected GetUserPropertiesOperationSpec()
  • Methodendetails

    • validate

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

    • userId

      @NotNull public @NotNull String userId()
      The account ID of the user to be queried for its properties.
    • 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.
    • userId

      public GetUserPropertiesOperationSpec userId(@NotNull @NotNull String userId)
      The account ID of the user to be queried for its properties.
      Gibt zurück:
      this.
    • start

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

      public GetUserPropertiesOperationSpec 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