public class ManualsType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ManualType> |
manual |
| Constructor and Description |
|---|
ManualsType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ManualType> |
getManual()
Gets the value of the manual property.
|
int |
hashCode() |
String |
toString() |
ManualsType |
withManual(Collection<ManualType> values) |
ManualsType |
withManual(ManualType... values) |
protected List<ManualType> manual
public List<ManualType> getManual()
ManualTypepublic ManualsType withManual(ManualType... values)
public ManualsType withManual(Collection<ManualType> values)
Copyright © 2024. All rights reserved.