Class UseCase

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

    public class UseCase
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    UseCase.
    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ContainerReference container()
      Gets the container.
      java.lang.String id()
      Gets the id.
      java.lang.String name()
      Gets the name.
      UseCase.Builder newBuilder()
      New builder.
      • 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 UseCase.Builder newBuilder()
        New builder.
        Returns:
        a UseCase builder
      • id

        public java.lang.String id()
        Gets the id. The id of the use case associated with the data product.
        Returns:
        the id
      • name

        public java.lang.String name()
        Gets the name. The display name of the use case associated with the data product.
        Returns:
        the name
      • container

        public ContainerReference container()
        Gets the container. Data product exchange container.
        Returns:
        the container