Uses of Class
no.digipost.api.client.representations.sender.SenderStatus
-
Packages that use SenderStatus 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 SenderStatus in no.digipost.api.client.representations.sender
Methods in no.digipost.api.client.representations.sender that return SenderStatus Modifier and Type Method Description static SenderStatus
SenderStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SenderStatus[]
SenderStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.api.client.representations.sender with parameters of type SenderStatus Modifier and Type Method Description boolean
SenderInformation. is(SenderStatus status)
Constructors in no.digipost.api.client.representations.sender with parameters of type SenderStatus Constructor Description SenderInformation(SenderId senderId, SenderStatus status, List<SenderFeature> supportedFeatures)
-