public final class RepresentationSearchParams extends Object
RepresentationSearchParams.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
RepresentationSearchParams.Builder
Builder class - to create immutable instances of
RepresentationSearchParams. |
| Modifier and Type | Method and Description |
|---|---|
static RepresentationSearchParams.Builder |
builder()
Shortcut to
Builder#Builder(). |
boolean |
equals(Object obj)
Check if this object is equal to provided one.
|
String |
getDataProvider()
Returns representation version provider id.
|
String |
getDataSetId()
Returns identifier of data set.
|
String |
getDataSetProviderId()
Returns identifier of owner (provider) of data set.
|
Date |
getFromDate()
Returns start of representation version creation date range.
|
String |
getRecordId()
Returns record identifier.
|
String |
getSchema()
Returns representation schema.
|
Date |
getToDate()
Returns end of representation version creation date range.
|
int |
hashCode()
Returns object hashcode.
|
Boolean |
isPersistent()
Returns
true if representation is persistent. |
String |
toString()
Return parameters as human readable string.
|
public String getSchema()
public String getDataProvider()
public Boolean isPersistent()
true if representation is persistent.public String getDataSetId()
public Date getFromDate()
public Date getToDate()
public String getRecordId()
public String getDataSetProviderId()
public static RepresentationSearchParams.Builder builder()
Builder#Builder(). Returns new instance of RepresentationSearchParams.Builder.public int hashCode()
public boolean equals(Object obj)
Copyright © 2013–2016 Europeana Cloud Development Team. All rights reserved.