| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Field and Description |
|---|---|
static Photo.Type |
Photo.Type.PHOTO |
static Photo.Type |
Photo.Type.THUMBNAIL |
| Modifier and Type | Method and Description |
|---|---|
Photo.Type |
Photo.getType()
Gets the type of the attribute.
|
static Photo.Type |
Photo.Type.of(String typeName)
This method is used to implement sort of smal DSL to get proper Type, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Photo.Builder |
Photo.Builder.setType(Photo.Type type)
Sets the label indicating the attribute's function (See
Photo.getType()). |
| Constructor and Description |
|---|
Photo(String operation,
String value,
String display,
boolean primary,
String reference,
Photo.Type type)
Constructor for deserialization, it is not intended for general use.
|
Copyright © 2022 SAP SE. All rights reserved.