Klasse DataPolicyMetadata

java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.DataPolicyMetadata

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

    • anyContentBlocked

      protected Boolean anyContentBlocked
      Whether the workspace contains any content blocked for (inaccessible to) the requesting client application.
  • Konstruktordetails

    • DataPolicyMetadata

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

      @Internal public DataPolicyMetadata(Boolean anyContentBlocked)
      Constructs a validated instance of DataPolicyMetadata.

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

      Parameter:
      anyContentBlocked - Whether the workspace contains any content blocked for (inaccessible to) the requesting client application.
    • DataPolicyMetadata

      protected DataPolicyMetadata()
  • Methodendetails

    • builder

    • anyContentBlocked

      public Boolean anyContentBlocked()
      Whether the workspace contains any content blocked for (inaccessible to) the requesting client application.
    • anyContentBlocked

      public DataPolicyMetadata anyContentBlocked(Boolean anyContentBlocked)
      Whether the workspace contains any content blocked for (inaccessible to) the requesting client application.
      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