@Immutable public class DocumentReferencePojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentReferencePojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
DocumentReferencePojo(String sDocumentURI,
List<String> aDocumentDescriptions,
String sDocumentType) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReferencePojo.Builder |
builder() |
static DocumentReferencePojo.Builder |
builder(DCatAPDistributionType a) |
List<String> |
documentDescriptions() |
boolean |
equals(Object o) |
List<String> |
getAllDocumentDescriptions() |
DCatAPDistributionType |
getAsDocumentReference() |
String |
getDocumentType() |
String |
getDocumentURI() |
int |
hashCode() |
String |
toString() |
@Nonnull @ReturnsMutableObject public final List<String> documentDescriptions()
@Nonnull @ReturnsMutableCopy public final List<String> getAllDocumentDescriptions()
@Nonnull public DCatAPDistributionType getAsDocumentReference()
@Nonnull public static DocumentReferencePojo.Builder builder()
@Nonnull public static DocumentReferencePojo.Builder builder(@Nullable DCatAPDistributionType a)
Copyright © 2020–2021 toop.eu. All rights reserved.