public class Representation
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Representation.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubRepresentation(Representation subRepresentation) |
Appearance |
getAppearance() |
org.eclipse.rdf4j.model.IRI |
getIdentifier() |
InformationProduct |
getInformationProduct() |
java.util.List<ParameterMapper> |
getParameterMappers() |
Stage |
getStage() |
java.util.List<Representation> |
getSubRepresentations() |
java.util.Collection<java.lang.String> |
getUrlPatterns() |
public org.eclipse.rdf4j.model.IRI getIdentifier()
public InformationProduct getInformationProduct()
public Appearance getAppearance()
public java.util.Collection<java.lang.String> getUrlPatterns()
public java.util.List<ParameterMapper> getParameterMappers()
public Stage getStage()
public java.util.List<Representation> getSubRepresentations()
public void addSubRepresentation(@NonNull
Representation subRepresentation)
Copyright © 2017 DotWebStack. All rights reserved.