public static interface SubjectStructure.Builder extends SdkPojo, CopyableBuilder<SubjectStructure.Builder,SubjectStructure>
| Modifier and Type | Method and Description |
|---|---|
SubjectStructure.Builder |
count(Long count)
Number of occurrences of this specific structure.
|
SubjectStructure.Builder |
predicates(Collection<String> predicates)
A list of predicates present in this specific structure.
|
SubjectStructure.Builder |
predicates(String... predicates)
A list of predicates present in this specific structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubjectStructure.Builder count(Long count)
Number of occurrences of this specific structure.
count - Number of occurrences of this specific structure.SubjectStructure.Builder predicates(Collection<String> predicates)
A list of predicates present in this specific structure.
predicates - A list of predicates present in this specific structure.SubjectStructure.Builder predicates(String... predicates)
A list of predicates present in this specific structure.
predicates - A list of predicates present in this specific structure.Copyright © 2023. All rights reserved.