@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class AttachmentArchive extends Object
| Constructor and Description |
|---|
AttachmentArchive() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentArchive |
addEntriesItem(AttachmentArchiveEntry entriesItem) |
AttachmentArchive |
entries(List<AttachmentArchiveEntry> entries) |
boolean |
equals(Object o) |
List<AttachmentArchiveEntry> |
getEntries()
Get entries
|
Boolean |
getMoreAvailable()
Get moreAvailable
|
Integer |
getTotalEntryCount()
Get totalEntryCount
|
Integer |
getTotalNumberOfEntriesAvailable()
Get totalNumberOfEntriesAvailable
|
int |
hashCode() |
AttachmentArchive |
moreAvailable(Boolean moreAvailable) |
void |
setEntries(List<AttachmentArchiveEntry> entries) |
void |
setMoreAvailable(Boolean moreAvailable) |
void |
setTotalEntryCount(Integer totalEntryCount) |
void |
setTotalNumberOfEntriesAvailable(Integer totalNumberOfEntriesAvailable) |
String |
toString() |
AttachmentArchive |
totalEntryCount(Integer totalEntryCount) |
AttachmentArchive |
totalNumberOfEntriesAvailable(Integer totalNumberOfEntriesAvailable) |
public AttachmentArchive entries(List<AttachmentArchiveEntry> entries)
public AttachmentArchive addEntriesItem(AttachmentArchiveEntry entriesItem)
public List<AttachmentArchiveEntry> getEntries()
public void setEntries(List<AttachmentArchiveEntry> entries)
public AttachmentArchive moreAvailable(Boolean moreAvailable)
public Boolean getMoreAvailable()
public void setMoreAvailable(Boolean moreAvailable)
public AttachmentArchive totalEntryCount(Integer totalEntryCount)
public Integer getTotalEntryCount()
public void setTotalEntryCount(Integer totalEntryCount)
public AttachmentArchive totalNumberOfEntriesAvailable(Integer totalNumberOfEntriesAvailable)
public Integer getTotalNumberOfEntriesAvailable()
public void setTotalNumberOfEntriesAvailable(Integer totalNumberOfEntriesAvailable)
Copyright © 2011–2023 Everit Kft.. All rights reserved.