Class DeleteSegmentCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<Boolean>
-
- org.apache.unomi.graphql.commands.segments.DeleteSegmentCommand
-
public class DeleteSegmentCommand extends BaseCommand<Boolean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSegmentCommand.Builder
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteSegmentCommand.Builder
create(String segmentId)
Boolean
execute()
-
-
-
Method Detail
-
execute
public Boolean execute()
- Specified by:
execute
in classBaseCommand<Boolean>
-
create
public static DeleteSegmentCommand.Builder create(String segmentId)
-
-