public static interface RDFGraphSummary.Builder extends SdkPojo, CopyableBuilder<RDFGraphSummary.Builder,RDFGraphSummary>
| Modifier and Type | Method and Description |
|---|---|
RDFGraphSummary.Builder |
classes(Collection<String> classes)
A list of the classes in the graph.
|
RDFGraphSummary.Builder |
classes(String... classes)
A list of the classes in the graph.
|
RDFGraphSummary.Builder |
numClasses(Long numClasses)
The number of classes in the graph.
|
RDFGraphSummary.Builder |
numDistinctPredicates(Long numDistinctPredicates)
The number of distinct predicates in the graph.
|
RDFGraphSummary.Builder |
numDistinctSubjects(Long numDistinctSubjects)
The number of distinct subjects in the graph.
|
RDFGraphSummary.Builder |
numQuads(Long numQuads)
The number of quads in the graph.
|
RDFGraphSummary.Builder |
predicates(Collection<? extends Map<String,Long>> predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary.Builder |
predicates(Map<String,Long>... predicates)
"A list of predicates in the graph, along with the predicate counts.
|
RDFGraphSummary.Builder |
subjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary.Builder |
subjectStructures(Consumer<SubjectStructure.Builder>... subjectStructures)
This field is only present when the request mode is
DETAILED. |
RDFGraphSummary.Builder |
subjectStructures(SubjectStructure... subjectStructures)
This field is only present when the request mode is
DETAILED. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRDFGraphSummary.Builder numDistinctSubjects(Long numDistinctSubjects)
The number of distinct subjects in the graph.
numDistinctSubjects - The number of distinct subjects in the graph.RDFGraphSummary.Builder numDistinctPredicates(Long numDistinctPredicates)
The number of distinct predicates in the graph.
numDistinctPredicates - The number of distinct predicates in the graph.RDFGraphSummary.Builder numQuads(Long numQuads)
The number of quads in the graph.
numQuads - The number of quads in the graph.RDFGraphSummary.Builder numClasses(Long numClasses)
The number of classes in the graph.
numClasses - The number of classes in the graph.RDFGraphSummary.Builder classes(Collection<String> classes)
A list of the classes in the graph.
classes - A list of the classes in the graph.RDFGraphSummary.Builder classes(String... classes)
A list of the classes in the graph.
classes - A list of the classes in the graph.RDFGraphSummary.Builder predicates(Collection<? extends Map<String,Long>> predicates)
"A list of predicates in the graph, along with the predicate counts.
predicates - "A list of predicates in the graph, along with the predicate counts.RDFGraphSummary.Builder predicates(Map<String,Long>... predicates)
"A list of predicates in the graph, along with the predicate counts.
predicates - "A list of predicates in the graph, along with the predicate counts.RDFGraphSummary.Builder subjectStructures(Collection<SubjectStructure> subjectStructures)
This field is only present when the request mode is DETAILED. It contains a list of subject
structures.
subjectStructures - This field is only present when the request mode is DETAILED. It contains a list of
subject structures.RDFGraphSummary.Builder subjectStructures(SubjectStructure... subjectStructures)
This field is only present when the request mode is DETAILED. It contains a list of subject
structures.
subjectStructures - This field is only present when the request mode is DETAILED. It contains a list of
subject structures.RDFGraphSummary.Builder subjectStructures(Consumer<SubjectStructure.Builder>... subjectStructures)
This field is only present when the request mode is DETAILED. It contains a list of subject
structures.
SubjectStructure.Builder avoiding the need to
create one manually via SubjectStructure.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subjectStructures(List.
subjectStructures - a consumer that will call methods on
SubjectStructure.Builder#subjectStructures(java.util.Collection) Copyright © 2023. All rights reserved.