Interface ContainerChange
-
@Immutable public interface ContainerChange
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContainerChange.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerChange.Builderbuilder()Integerkind()Stringpath()
-
-
-
Method Detail
-
path
String path()
-
kind
Integer kind()
-
builder
static ContainerChange.Builder builder()
-
-