Class UserAnonymous

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.UserAnonymous

@Generated("io.github.primelib.primecodegen") public class UserAnonymous extends Object
UserAnonymous
  • Field Details

    • type

      protected String type
    • profilePicture

      protected Icon profilePicture
      This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
    • displayName

      protected String displayName
    • operations

      protected List<OperationCheckResult> operations
    • Expandable

      protected Expandabled0Ed16 Expandable
  • Constructor Details

    • UserAnonymous

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

      @Internal public UserAnonymous(String type, Icon profilePicture, String displayName, List<OperationCheckResult> operations, Expandabled0Ed16 Expandable, Map<String,Object> Links)
      Constructs a validated instance of UserAnonymous.

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

      Parameters:
      type - type
      profilePicture - This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
      displayName - displayName
      operations - operations
      Expandable - Expandable
      Links - Links
    • UserAnonymous

      protected UserAnonymous()
  • Method Details