public abstract class ContentPackResponse extends Object
Constructor and Description |
---|
ContentPackResponse() |
Modifier and Type | Method and Description |
---|---|
abstract Set<ConstraintCheckResult> |
constraints() |
abstract ContentPack |
contentPack() |
static ContentPackResponse |
create(ContentPack contentPack,
Set<ConstraintCheckResult> constraints) |
public abstract ContentPack contentPack()
public abstract Set<ConstraintCheckResult> constraints()
public static ContentPackResponse create(ContentPack contentPack, Set<ConstraintCheckResult> constraints)
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.