Uses of Class
in.ashwanthkumar.gocd.client.types.Modification
-
Packages that use Modification Package Description in.ashwanthkumar.gocd.client.types -
-
Uses of Modification in in.ashwanthkumar.gocd.client.types
Methods in in.ashwanthkumar.gocd.client.types that return types with arguments of type Modification Modifier and Type Method Description List<Modification>MaterialRevision. getModifications()Methods in in.ashwanthkumar.gocd.client.types with parameters of type Modification Modifier and Type Method Description StringMaterialRevision. modificationUrl(Modification modification)Constructor parameters in in.ashwanthkumar.gocd.client.types with type arguments of type Modification Constructor Description MaterialRevision(boolean changed, Material material, List<Modification> modifications)
-