Package com.smartsheet.api.models
Class PathLeaf
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<T>
-
- com.smartsheet.api.models.NamedModel<java.lang.Long>
-
- com.smartsheet.api.models.PathNode
-
- com.smartsheet.api.models.PathLeaf
-
public class PathLeaf extends PathNode
Terminal asset node in a Smartsheet path response (sheet, report, or sight).
-
-
Constructor Summary
Constructors Constructor Description PathLeaf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.ZonedDateTimegetCreatedAt()java.time.ZonedDateTimegetModifiedAt()PathLeafsetCreatedAt(java.time.ZonedDateTime createdAt)PathLeafsetModifiedAt(java.time.ZonedDateTime modifiedAt)-
Methods inherited from class com.smartsheet.api.models.PathNode
getAccessLevel, getPermalink, setAccessLevel, setPermalink
-
Methods inherited from class com.smartsheet.api.models.NamedModel
getName, setName
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
getCreatedAt
public java.time.ZonedDateTime getCreatedAt()
-
setCreatedAt
public PathLeaf setCreatedAt(java.time.ZonedDateTime createdAt)
- Parameters:
createdAt- the timestamp when this asset was created
-
getModifiedAt
public java.time.ZonedDateTime getModifiedAt()
-
setModifiedAt
public PathLeaf setModifiedAt(java.time.ZonedDateTime modifiedAt)
- Parameters:
modifiedAt- the timestamp when this asset was last modified
-
-