Klasse DataPolicySpaceDataPolicy

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

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

    • anyContentBlocked

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

    • DataPolicySpaceDataPolicy

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

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

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

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

      protected DataPolicySpaceDataPolicy()
  • Methodendetails

    • builder

    • anyContentBlocked

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

      public DataPolicySpaceDataPolicy anyContentBlocked(Boolean anyContentBlocked)
      Whether the space 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