Package | Description |
---|---|
com.ceridwen.circulation.SIP.messages | |
com.ceridwen.circulation.SIP.types.enumerations |
Modifier and Type | Method and Description |
---|---|
MediaType |
CheckOutResponse.getMediaType() |
MediaType |
CheckInResponse.getMediaType() |
MediaType |
RenewResponse.getMediaType() |
MediaType |
ItemInformationResponse.getMediaType() |
Modifier and Type | Method and Description |
---|---|
void |
CheckOutResponse.setMediaType(MediaType mediaType) |
void |
CheckInResponse.setMediaType(MediaType mediaType) |
void |
RenewResponse.setMediaType(MediaType mediaType) |
void |
ItemInformationResponse.setMediaType(MediaType mediaType) |
Modifier and Type | Method and Description |
---|---|
static MediaType |
MediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaType[] |
MediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004–2019 Ceridwen Limited. All rights reserved.