public class FcrepoPrefer extends Object
| Constructor and Description |
|---|
FcrepoPrefer(String prefer)
Create a representation of a Prefer header.
|
| Modifier and Type | Method and Description |
|---|---|
List<URI> |
getInclude()
Retrieve the include portion of the prefer header
|
List<URI> |
getOmit()
Retrieve the omit portion of a Prefer header
|
boolean |
isMinimal()
Whether a minimal representation has been requested
|
boolean |
isRepresentation()
Whether a non-minimal representation has been requested
|
public FcrepoPrefer(String prefer)
prefer - the value for a Prefer headerpublic boolean isMinimal()
public boolean isRepresentation()
public List<URI> getOmit()
public List<URI> getInclude()
Copyright © 2013–2019 DuraSpace, Inc.. All rights reserved.