public interface PlatformGroupBuilder
Modifier and Type | Method and Description |
---|---|
PlatformGroupBuilder |
key(String key) |
PlatformGroupBuilder |
name(String name) |
PlatformGroup |
save() |
PlatformGroupBuilder |
tenantId(String tenant) |
PlatformGroupBuilder |
type(String type) |
PlatformGroupBuilder name(String name)
PlatformGroupBuilder type(String type)
PlatformGroupBuilder key(String key)
PlatformGroupBuilder tenantId(String tenant)
PlatformGroup save()