Uses of Class
dev.cdevents.models.BranchSubject
-
Packages that use BranchSubject Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of BranchSubject in dev.cdevents.events
Methods in dev.cdevents.events that return BranchSubject Modifier and Type Method Description BranchSubjectBranchCreatedCDEvent. getSubject()BranchSubjectBranchDeletedCDEvent. getSubject()Methods in dev.cdevents.events with parameters of type BranchSubject Modifier and Type Method Description voidBranchCreatedCDEvent. setSubject(BranchSubject subject)voidBranchDeletedCDEvent. setSubject(BranchSubject subject)
-