Uses of Class
odata.msgraph.client.complex.AgreementFileData
-
Packages that use AgreementFileData Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AgreementFileData in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AgreementFileData Modifier and Type Method Description AgreementFileDataAgreementFileData.Builder. build()AgreementFileDataAgreementFileData. withData(byte[] data)AgreementFileDataAgreementFileData. withUnmappedField(String name, String value) -
Uses of AgreementFileData in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AgreementFileData Modifier and Type Field Description protected AgreementFileDataAgreementFileProperties. fileDataMethods in odata.msgraph.client.entity that return types with arguments of type AgreementFileData Modifier and Type Method Description Optional<AgreementFileData>AgreementFileProperties. getFileData()Methods in odata.msgraph.client.entity with parameters of type AgreementFileData Modifier and Type Method Description AgreementFile.BuilderAgreementFile.Builder. fileData(AgreementFileData fileData)AgreementFileLocalization.BuilderAgreementFileLocalization.Builder. fileData(AgreementFileData fileData)AgreementFileProperties.BuilderAgreementFileProperties.Builder. fileData(AgreementFileData fileData)AgreementFileVersion.BuilderAgreementFileVersion.Builder. fileData(AgreementFileData fileData)AgreementFilePropertiesAgreementFileProperties. withFileData(AgreementFileData fileData)
-