java.lang.Object
org.kohsuke.github.GHProjectsV2ItemChanges
An object to track changes in projects_v2_item payloads.
Note that this is best effort only as nothing is documented in the GitHub documentation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The Enum FieldType.static class
The Class FieldValue.static class
The Class FromTo.static class
The Class FromToDate. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the archived at.Gets the field value.Gets the previous projects V 2 item node id.
-
Constructor Details
-
GHProjectsV2ItemChanges
public GHProjectsV2ItemChanges()Create default GHProjectsV2ItemChanges instance
-
-
Method Details
-
getFieldValue
Gets the field value.- Returns:
- the field value
-
getArchivedAt
Gets the archived at.- Returns:
- the archived at
-
getPreviousProjectsV2ItemNodeId
Gets the previous projects V 2 item node id.- Returns:
- the previous projects V 2 item node id
-