Uses of Class
no.digipost.api.client.representations.SenderOrganization
-
Packages that use SenderOrganization Package Description no.digipost.api.client.representations 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.no.digipost.api.client.representations.archive 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.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 SenderOrganization in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as SenderOrganization Modifier and Type Field Description protected SenderOrganization
AdditionalData. senderOrganization
SenderOrganization
Message. senderOrganization
Methods in no.digipost.api.client.representations that return types with arguments of type SenderOrganization Modifier and Type Method Description Optional<SenderOrganization>
MayHaveSender. getSenderOrganization()
Optional<SenderOrganization>
Message. getSenderOrganization()
Optional<SenderOrganization>
MessageDelivery. getSenderOrganization()
Methods in no.digipost.api.client.representations with parameters of type SenderOrganization Modifier and Type Method Description Message.MessageBuilder
Message.MessageBuilder. senderOrganization(SenderOrganization senderOrganization)
Only neccessary when sending on behalf of another user.AdditionalData.Builder
AdditionalData.Builder. setSenderOrganization(SenderOrganization senderOrganization)
-
Uses of SenderOrganization in no.digipost.api.client.representations.archive
Fields in no.digipost.api.client.representations.archive declared as SenderOrganization Modifier and Type Field Description protected SenderOrganization
Archive. senderOrganization
Methods in no.digipost.api.client.representations.archive that return SenderOrganization Modifier and Type Method Description SenderOrganization
Archive. getSenderOrganization()
Methods in no.digipost.api.client.representations.archive with parameters of type SenderOrganization Modifier and Type Method Description Archive.ArchiveBuilder
Archive.ArchiveBuilder. senderOrganization(SenderOrganization senderOrganization)
Only neccessary when sending on behalf of another user.void
Archive. setSenderOrganization(SenderOrganization value)
Constructors in no.digipost.api.client.representations.archive with parameters of type SenderOrganization Constructor Description Archive(SenderOrganization senderOrganization, Long senderId, String name, List<Link> links, List<ArchiveDocument> documents)
-
Uses of SenderOrganization in no.digipost.api.client.representations.sender
Methods in no.digipost.api.client.representations.sender that return SenderOrganization Modifier and Type Method Description SenderOrganization
AuthorialSender. getOrganization()
-