Package com.microsoft.graph.core.models
Interface EncryptedContentBearer<T extends DecryptableContent>
- Type Parameters:
T- The type of the decryptable content
public interface EncryptedContentBearer<T extends DecryptableContent>
Contains Decryptable content
-
Method Summary
Modifier and TypeMethodDescriptionReturn encrypted contentvoidsetEncryptedContent(T encryptedContent) Sets encrypted content
-
Method Details
-
setEncryptedContent
Sets encrypted content- Parameters:
encryptedContent- encrypted content
-
getEncryptedContent
T getEncryptedContent()Return encrypted content- Returns:
- encrypted content
-