Class Overview

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Overview
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Overview details of a data contract.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Overview.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apiVersion()
      Gets the apiVersion.
      Domain domain()
      Gets the domain.
      java.lang.String kind()
      Gets the kind.
      java.lang.String moreInfo()
      Gets the moreInfo.
      java.lang.String name()
      Gets the name.
      Overview.Builder newBuilder()
      New builder.
      java.lang.String version()
      Gets the version.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public Overview.Builder newBuilder()
        New builder.
        Returns:
        a Overview builder
      • apiVersion

        public java.lang.String apiVersion()
        Gets the apiVersion. The API version of the contract.
        Returns:
        the apiVersion
      • kind

        public java.lang.String kind()
        Gets the kind. The kind of contract.
        Returns:
        the kind
      • name

        public java.lang.String name()
        Gets the name. The name of the contract.
        Returns:
        the name
      • version

        public java.lang.String version()
        Gets the version. The version of the contract.
        Returns:
        the version
      • domain

        public Domain domain()
        Gets the domain. Domain that the data product version belongs to. If this is the first version of a data product, this field is required. If this is a new version of an existing data product, the domain will default to the domain of the previous version of the data product.
        Returns:
        the domain
      • moreInfo

        public java.lang.String moreInfo()
        Gets the moreInfo. Additional information links about the contract.
        Returns:
        the moreInfo