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.Resource |
getIdentifier() |
InformationProduct |
getInformationProduct() |
java.util.List<ParameterMapper> |
getParameterMappers() |
java.util.Collection<java.lang.String> |
getPathPatterns() |
Stage |
getStage() |
java.util.List<Representation> |
getSubRepresentations() |
Transaction |
getTransaction() |
public org.eclipse.rdf4j.model.Resource getIdentifier()
public InformationProduct getInformationProduct()
public Transaction getTransaction()
public Appearance getAppearance()
public java.util.Collection<java.lang.String> getPathPatterns()
public java.util.List<ParameterMapper> getParameterMappers()
public Stage getStage()
public java.util.List<Representation> getSubRepresentations()
public void addSubRepresentation(@NonNull
Representation subRepresentation)
Copyright © 2017–2018 DotWebStack. All rights reserved.