Klasse GetLookAndFeelSettingsOperationSpec

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

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

Specification for the GetLookAndFeelSettings operation.

Get look and feel settings

  • Felddetails

    • VALIDATION_ENABLED

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

    • GetLookAndFeelSettingsOperationSpec

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

      @Internal public GetLookAndFeelSettingsOperationSpec(String spaceKey)
      Constructs a validated instance of GetLookAndFeelSettingsOperationSpec.

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

      Parameter:
      spaceKey - The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.
    • GetLookAndFeelSettingsOperationSpec

      protected GetLookAndFeelSettingsOperationSpec()
  • Methodendetails

    • validate

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

    • spaceKey

      @Nullable public @Nullable String spaceKey()
      The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.
    • spaceKey

      public GetLookAndFeelSettingsOperationSpec spaceKey(@Nullable @Nullable String spaceKey)
      The key of the space for which the look and feel settings will be returned. If this is not set, only the global look and feel settings are returned.
      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