Klasse ChangeOwnerRequest.ChangeOwnerRequestBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ChangeOwnerRequest.ChangeOwnerRequestBuilder
- Umschließende Klasse:
ChangeOwnerRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList of APIGateway assets for which change owner/team is requested.APIGateway asset type.build()currentOwner(String currentOwner) Current owner of the APIGateway asset.currentTeams(List<String> currentTeams) New teams of the APIGateway asset.New owner of the APIGateway asset.Current teams of the APIGateway asset.ownerType(ChangeOwnerRequest.OwnerTypeEnum ownerType) Type of the new owner of the APIGateway asset.toString()
-
Methodendetails
-
assetIds
List of APIGateway assets for which change owner/team is requested.- Gibt zurück:
this.
-
assetType
APIGateway asset type.- Gibt zurück:
this.
-
currentOwner
Current owner of the APIGateway asset.- Gibt zurück:
this.
-
currentTeams
New teams of the APIGateway asset.- Gibt zurück:
this.
-
newOwner
New owner of the APIGateway asset.- Gibt zurück:
this.
-
newTeams
Current teams of the APIGateway asset.- Gibt zurück:
this.
-
ownerType
public ChangeOwnerRequest.ChangeOwnerRequestBuilder ownerType(ChangeOwnerRequest.OwnerTypeEnum ownerType) Type of the new owner of the APIGateway asset. By default, it is user. Possible values are user and team.- Gibt zurück:
this.
-
build
-
toString
-