Schnittstelle IOptionalTokenHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalTokenHolder<FMOTH>
,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
IOptionalTokenHolder
has a token.
-
hasToken
- Parameter:
token
-- Gibt zurück:
- true if the current
IOptionalTokenHolder
has the given token.
-