Class RepoInfo.Builder

  • Enclosing class:
    RepoInfo

    public static class RepoInfo.Builder
    extends java.lang.Object
    Builder.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Instantiates a new builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public RepoInfo build()
        Builds a RepoInfo.
        Returns:
        the new RepoInfo instance
      • token

        public RepoInfo.Builder token​(java.lang.String token)
        Set the token.
        Parameters:
        token - the token
        Returns:
        the RepoInfo builder
      • type

        public RepoInfo.Builder type​(java.lang.String type)
        Set the type.
        Parameters:
        type - the type
        Returns:
        the RepoInfo builder