public static class ConfluenceService.Model.ID extends Object implements Comparable<ConfluenceService.Model.ID>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfluenceService.Model.ID o) |
long |
getValue() |
static ConfluenceService.Model.ID |
of(long value) |
static ConfluenceService.Model.ID |
of(String value) |
String |
toString() |
public long getValue()
public static ConfluenceService.Model.ID of(long value)
public static ConfluenceService.Model.ID of(String value)
public int compareTo(ConfluenceService.Model.ID o)
compareTo in interface Comparable<ConfluenceService.Model.ID>Copyright © 2020. All rights reserved.