public static interface ApiName.Builder
| Modifier and Type | Method and Description | 
|---|---|
| ApiName | build() | 
| ApiName.Builder | name(String name)Set the name of the API. | 
| ApiName.Builder | version(String version)Set the version of the API. | 
ApiName.Builder name(String name)
name - The name.ApiName.Builder version(String version)
version - The version.ApiName build()
Copyright © 2020. All rights reserved.