Schnittstelle IOptionalTokenHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalTokenHolder<H>,IMutableOptionalTokenHolder
public interface IOptionalTokenHolder
A
IOptionalTokenHolder can have a token.- Version:
- 2020-03-29
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getToken
String getToken()- Gibt zurück:
- the token of the current
IOptionalTokenHolder.
-
hasToken
boolean hasToken()- Gibt zurück:
- true if the current
IOptionalTokenHolderhas a token.
-
hasToken
- Parameter:
token-- Gibt zurück:
- true if the current
IOptionalTokenHolderhas the given token.
-