public class IvanBinPasteImpl extends PasteImpl implements IvanBinPaste
| Constructor and Description |
|---|
IvanBinPasteImpl(String id,
String body,
String url,
OffsetDateTime createdAt,
OffsetDateTime expiresAt) |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getCreatedAt()
Returns the time, when the bin was created at.
|
OffsetDateTime |
getExpiresAt()
Returns the time, when the bin will expire.
|
public IvanBinPasteImpl(String id, String body, String url, OffsetDateTime createdAt, OffsetDateTime expiresAt)
public OffsetDateTime getCreatedAt()
IvanBinPastegetCreatedAt in interface IvanBinPastepublic OffsetDateTime getExpiresAt()
IvanBinPastegetExpiresAt in interface IvanBinPasteCopyright © 2019. All rights reserved.