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 SenderOrganizationAdditionalData. senderOrganizationSenderOrganizationMessage. senderOrganizationMethods 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.MessageBuilderMessage.MessageBuilder. senderOrganization(SenderOrganization senderOrganization)Only neccessary when sending on behalf of another user.AdditionalData.BuilderAdditionalData.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 SenderOrganizationArchive. senderOrganizationMethods in no.digipost.api.client.representations.archive that return SenderOrganization Modifier and Type Method Description SenderOrganizationArchive. getSenderOrganization()Methods in no.digipost.api.client.representations.archive with parameters of type SenderOrganization Modifier and Type Method Description Archive.ArchiveBuilderArchive.ArchiveBuilder. senderOrganization(SenderOrganization senderOrganization)Only neccessary when sending on behalf of another user.voidArchive. 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 SenderOrganizationAuthorialSender. getOrganization()
-