Class OwnedPositionRef
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedPositionRef
Claims a position belongs to the authenticated user. Services verify the claim when resolving it.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic OwnedPositionRefof(OwnedAccountRef accountRef, long positionNumber) Mints a reference.long
-
Method Details
-
of
Mints a reference. Only the request resolvers may call this.- Parameters:
accountRef- owningOwnedAccountRefpositionNumber- position number- Returns:
OwnedPositionRef
-
accountRef
- Returns:
- owning
OwnedAccountRef
-
positionNumber
public long positionNumber()- Returns:
- position number
-