Class RepoInfo

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

    public class RepoInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Repository info for offerings.
    • Nested Class Summary

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

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

        public java.lang.String token()
        Gets the token. Token for private repos.
        Returns:
        the token
      • type

        public java.lang.String type()
        Gets the type. Public or enterprise GitHub.
        Returns:
        the type