public final class DocumentsFilterDocumentHistoryRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DocumentsFilterDocumentHistoryRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DocumentsFilterDocumentHistoryRequest.Builder |
builder(Onshape onshape) |
|
String |
getDocumentId() |
Get is current document id
|
String |
getEditDescription() |
Get is edit description
|
String[] |
getElementIds() |
Get is list of element ids included for target filtered history
|
Number[] |
getElementTypes() |
Get is list of element types included for target filtered history
|
Date |
getEndDate() |
Get is end date of the target date
|
Number |
getSortingStrategy() |
Get sorting option (by date is the default)
|
Date |
getStartDate() |
Get is start date of the target date range
|
String |
getUserId() |
Get is target user id
|
String |
toString() |
public final String getDocumentId()
public final String getUserId()
public final Date getStartDate()
public final Date getEndDate()
public final String[] getElementIds()
public final Number[] getElementTypes()
public final Number getSortingStrategy()
public final String getEditDescription()
public static final DocumentsFilterDocumentHistoryRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.