Klasse SystemInfoEntity

java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.SystemInfoEntity

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

    • cloudId

      protected String cloudId
    • commitHash

      protected String commitHash
    • baseUrl

      protected String baseUrl
    • edition

      protected String edition
    • siteTitle

      protected String siteTitle
    • defaultLocale

      protected String defaultLocale
    • defaultTimeZone

      protected String defaultTimeZone
  • Konstruktordetails

    • SystemInfoEntity

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

      @Internal public SystemInfoEntity(String cloudId, String commitHash, String baseUrl, String edition, String siteTitle, String defaultLocale, String defaultTimeZone)
      Constructs a validated instance of SystemInfoEntity.

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

      Parameter:
      cloudId - cloudId
      commitHash - commitHash
      baseUrl - baseUrl
      edition - edition
      siteTitle - siteTitle
      defaultLocale - defaultLocale
      defaultTimeZone - defaultTimeZone
    • SystemInfoEntity

      protected SystemInfoEntity()
  • Methodendetails