Class Template

java.lang.Object
com.gooddata.sdk.model.projecttemplate.Template

@Deprecated public class Template extends Object
Deprecated.
The project templates are deprecated and stopped working on May 15, 2019. See https://support.gooddata.com/hc/en-us/articles/360016126334-April-4-2019 Deprecated since version 3.0.1. Will be removed in one of future versions.
Represents one project template. Deserialization only.
  • Method Details

    • getUri

      public String getUri()
      Deprecated.
    • getUrn

      public String getUrn()
      Deprecated.
    • getVersion

      public String getVersion()
      Deprecated.
    • getHidden

      public Boolean getHidden()
      Deprecated.
    • getMdDefinitionUri

      public String getMdDefinitionUri()
      Deprecated.
    • getDwDefinitionUri

      public String getDwDefinitionUri()
      Deprecated.
    • getConfigUri

      public String getConfigUri()
      Deprecated.
    • getManifestsUris

      public List<String> getManifestsUris()
      Deprecated.
    • getMeta

      public com.gooddata.sdk.model.projecttemplate.Template.Meta getMeta()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object