Package fi.bitwards.service
Class BitwardsAdminService.CompanyNfcUrls
java.lang.Object
fi.bitwards.service.BitwardsAdminService.CompanyNfcUrls
- Enclosing class:
BitwardsAdminService
The CompanyNfcUrl instance, which contains the name, and base URLs for that company.
This to be used when using Bitwards URI Scheme to trigger resource opening, for instance.
-
Method Summary
Modifier and TypeMethodDescriptionGEt the Custom Base URL for the Bitwards URI scheme.Get the HTTPS Base URL for the Bitwards URI scheme.getName()Get the name of the company.
-
Method Details
-
getName
Get the name of the company.- Returns:
- the company name
-
getHttpsBaseUrl
Get the HTTPS Base URL for the Bitwards URI scheme.- Returns:
- the HTTPS Base URL
-
getCustomBaseUrl
GEt the Custom Base URL for the Bitwards URI scheme.- Returns:
- the Cusom Base URL
-