Class Tag.Builder

  • Enclosing class:
    Tag

    public static final class Tag.Builder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tag build()  
      Tag.Builder name​(java.lang.String name)
      Name of the tag
      Tag.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      Name of the tag
      Tag.Builder remoteId​(java.lang.String remoteId)
      Remote ID of the tag
      Tag.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Remote ID of the tag
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • remoteId

        public Tag.Builder remoteId​(java.lang.String remoteId)
        Remote ID of the tag
      • remoteId

        public Tag.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Remote ID of the tag
      • name

        public Tag.Builder name​(java.lang.String name)
        Name of the tag
      • name

        public Tag.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Name of the tag
      • build

        public Tag build()