public static interface CodegenDependency.Builder extends SdkPojo, CopyableBuilder<CodegenDependency.Builder,CodegenDependency>
| Modifier and Type | Method and Description |
|---|---|
CodegenDependency.Builder |
isSemVer(Boolean isSemVer)
Determines if the dependency package is using Semantic versioning.
|
CodegenDependency.Builder |
name(String name)
Name of the dependency package.
|
CodegenDependency.Builder |
reason(String reason)
Indicates the reason to include the dependency package in your project code.
|
CodegenDependency.Builder |
supportedVersion(String supportedVersion)
Indicates the version of the supported dependency package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodegenDependency.Builder name(String name)
Name of the dependency package.
name - Name of the dependency package.CodegenDependency.Builder supportedVersion(String supportedVersion)
Indicates the version of the supported dependency package.
supportedVersion - Indicates the version of the supported dependency package.CodegenDependency.Builder isSemVer(Boolean isSemVer)
Determines if the dependency package is using Semantic versioning. If set to true, it indicates that the dependency package uses Semantic versioning.
isSemVer - Determines if the dependency package is using Semantic versioning. If set to true, it indicates that
the dependency package uses Semantic versioning.CodegenDependency.Builder reason(String reason)
Indicates the reason to include the dependency package in your project code.
reason - Indicates the reason to include the dependency package in your project code.Copyright © 2023. All rights reserved.