Class Annotations
- java.lang.Object
-
- com.github.davidmoten.odata.client.generator.model.Annotations
-
public final class Annotations extends Object
-
-
Constructor Summary
Constructors Constructor Description Annotations(TAnnotations annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getValue(String annotationType)List<Annotation>getValues()TAnnotationsvalue()
-
-
-
Constructor Detail
-
Annotations
public Annotations(TAnnotations annotations)
-
-
Method Detail
-
value
public TAnnotations value()
-
getValues
public List<Annotation> getValues()
-
-