public class IdItemPathSegment extends ItemPathSegment
| Modifier and Type | Field and Description |
|---|---|
static IdItemPathSegment |
NULL |
| Constructor and Description |
|---|
IdItemPathSegment() |
IdItemPathSegment(Long id) |
| Modifier and Type | Method and Description |
|---|---|
IdItemPathSegment |
clone() |
boolean |
equals(Object obj) |
boolean |
equivalent(Object obj) |
Long |
getId() |
int |
hashCode() |
String |
toString() |
isWildcard, setWildcardpublic static final IdItemPathSegment NULL
public IdItemPathSegment()
public IdItemPathSegment(Long id)
public Long getId()
public int hashCode()
hashCode in class ItemPathSegmentpublic boolean equals(Object obj)
equals in class ItemPathSegmentpublic boolean equivalent(Object obj)
equivalent in class ItemPathSegmentpublic IdItemPathSegment clone()
clone in class ItemPathSegmentCopyright © 2022 Evolveum. All rights reserved.