Class GetLogsRequest.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<GetLogsRequest>
co.yellowdog.platform.interaction.logs.GetLogsRequest.Builder
- Enclosing class:
GetLogsRequest
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.components(List<@NotBlank String> components) namespaces(List<String> namespaces) range(InstantRange range) toString()Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
limit
- Returns:
this.
-
level
- Returns:
this.
-
components
- Returns:
this.
-
entityIds
- Returns:
this.
-
namespaces
- Returns:
this.
-
text
- Returns:
this.
-
range
- Returns:
this.
-
buildUnchecked
Description copied from class:ValidatedBuilderBuilds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUncheckedin classValidatedBuilder<GetLogsRequest>- Returns:
- the object being built
-
toString
-