@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,
String sLocaleCode) |
| Modifier and Type | Method and Description |
|---|---|
static DocumentReferencePojo.Builder |
builder() |
static DocumentReferencePojo.Builder |
builder(CCCEVDocumentReferenceType a) |
List<String> |
documentDescriptions() |
boolean |
equals(Object o) |
List<String> |
getAllDocumentDescriptions() |
CCCEVDocumentReferenceType |
getAsDocumentReference() |
String |
getDocumentType() |
String |
getDocumentURI() |
String |
getLocaleCode() |
int |
hashCode() |
String |
toString() |
@Nonnull @ReturnsMutableObject public final List<String> documentDescriptions()
@Nonnull @ReturnsMutableCopy public final List<String> getAllDocumentDescriptions()
@Nonnull public CCCEVDocumentReferenceType getAsDocumentReference()
@Nonnull public static DocumentReferencePojo.Builder builder()
@Nonnull public static DocumentReferencePojo.Builder builder(@Nullable CCCEVDocumentReferenceType a)
Copyright © 2020 toop.eu. All rights reserved.