Uses of Class
no.digipost.api.client.representations.ContentHash
-
Packages that use ContentHash 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. -
-
Uses of ContentHash in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as ContentHash Modifier and Type Field Description protected ContentHash
Document. contentHash
Methods in no.digipost.api.client.representations with parameters of type ContentHash Modifier and Type Method Description void
Document. setContentHash(ContentHash contentHash)
-
Uses of ContentHash in no.digipost.api.client.representations.archive
Fields in no.digipost.api.client.representations.archive declared as ContentHash Modifier and Type Field Description protected ContentHash
ArchiveDocument. contentHash
Methods in no.digipost.api.client.representations.archive that return ContentHash Modifier and Type Method Description ContentHash
ArchiveDocument. getContentHash()
Methods in no.digipost.api.client.representations.archive with parameters of type ContentHash Modifier and Type Method Description void
ArchiveDocument. setContentHash(ContentHash value)
-