public interface SubjectAreaNodeClients
| Modifier and Type | Method and Description |
|---|---|
<C extends Category> |
categories()
Get the subject area category API class - use this class to issue category calls.
|
<G extends Glossary> |
glossaries()
Get the subject area glossary API class - use this class to issue glossary calls.
|
<P extends Project> |
projects()
Get the subject area project API class - use this class to issue project calls.
|
<T extends Term> |
terms()
Get the subject area term API class - use this class to issue term calls.
|
<G extends Glossary> SubjectAreaNodeClient<G> glossaries()
G - type for supplied and return.<T extends Term> SubjectAreaNodeClient<T> terms()
T - type for supplied and return.<C extends Category> SubjectAreaNodeClient<C> categories()
C - type for supplied and return.<P extends Project> SubjectAreaNodeClient<P> projects()
P - type for supplied and return.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.