Uses of Class
no.digipost.api.client.representations.sender.SenderFeature
-
Packages that use SenderFeature Package Description no.digipost.api.client.representations.sender Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of SenderFeature in no.digipost.api.client.representations.sender
Methods in no.digipost.api.client.representations.sender that return SenderFeature Modifier and Type Method Description SenderFeature
SenderInformation. get(SenderFeatureName featureName)
SenderFeature
SenderFeatureName. withNoParam()
SenderFeature
SenderFeatureName. withParam(String param)
Methods in no.digipost.api.client.representations.sender that return types with arguments of type SenderFeature Modifier and Type Method Description List<SenderFeature>
SenderInformation. getSupportedFeatures()
Constructor parameters in no.digipost.api.client.representations.sender with type arguments of type SenderFeature Constructor Description SenderInformation(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures)
-