Uses of Class
no.digipost.api.client.representations.SenderOrganization
Packages that use SenderOrganization
Package
Description
-
Uses of SenderOrganization in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as SenderOrganizationModifier and TypeFieldDescriptionprotected SenderOrganizationAdditionalData.senderOrganizationfinal SenderOrganizationMessage.senderOrganizationMethods in no.digipost.api.client.representations that return types with arguments of type SenderOrganizationModifier and TypeMethodDescriptionMayHaveSender.getSenderOrganization()Message.getSenderOrganization()MessageDelivery.getSenderOrganization()Methods in no.digipost.api.client.representations with parameters of type SenderOrganizationModifier and TypeMethodDescriptionMessage.MessageBuilder.senderOrganization(SenderOrganization senderOrganization) Only neccessary when sending on behalf of another user.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 SenderOrganizationMethods in no.digipost.api.client.representations.archive that return SenderOrganizationMethods in no.digipost.api.client.representations.archive with parameters of type SenderOrganizationModifier and TypeMethodDescriptionArchive.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 SenderOrganizationModifierConstructorDescriptionArchive(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