public class BoxDevicePin.Info extends BoxResource.Info
Constructor and Description |
---|
Info()
Constructs an empty Info object.
|
Info(String json)
Constructs an Info object by parsing information from a JSON string.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
Gets the time this pin was created.
|
Date |
getModifiedAt()
Gets the time this pin was modified.
|
BoxUser.Info |
getOwnedBy()
Gets ID of the user that the pin belongs to.
|
String |
getProductName()
Gets the type of device being pinned.
|
BoxResource |
getResource()
Gets the resource associated with this Info.
|
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public BoxResource getResource()
getResource
in class BoxResource.Info
public BoxUser.Info getOwnedBy()
public String getProductName()
public Date getCreatedAt()
public Date getModifiedAt()