Klasse CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder
- Umschließende Klasse:
CreatePromotionOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungPromotion request payloadbuild()
fixingMissingVersions
(@Nullable String fixingMissingVersions) Option to fix the API version history.Option to overwrite the assets except aliases in the destination stage during asset promotion.overwriteAlias
(@Nullable Boolean overwriteAlias) Option to overwrite the asset type 'alias' in the destination stage during asset promotion.toString()
-
Methodendetails
-
body
public CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder body(@NotNull @NotNull Promotion body) Promotion request payload- Gibt zurück:
this
.
-
fixingMissingVersions
public CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder fixingMissingVersions(@Nullable @Nullable String fixingMissingVersions) Option to fix the API version history. The discrepancy between the asset versions in the source and target stages, if any, are fixed. The default value is false- Gibt zurück:
this
.
-
overwrite
public CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder overwrite(@Nullable @Nullable Boolean overwrite) Option to overwrite the assets except aliases in the destination stage during asset promotion. The default value is false- Gibt zurück:
this
.
-
overwriteAlias
public CreatePromotionOperationSpec.CreatePromotionOperationSpecBuilder overwriteAlias(@Nullable @Nullable Boolean overwriteAlias) Option to overwrite the asset type 'alias' in the destination stage during asset promotion. The default value is 'false'. This parameter takes precedence over the 'overwrite' parameter.- Gibt zurück:
this
.
-
build
-
toString
-