Uses of Class
odata.msgraph.client.beta.entity.AgreementFileProperties
-
Packages that use AgreementFileProperties Package Description odata.msgraph.client.beta.entity -
-
Uses of AgreementFileProperties in odata.msgraph.client.beta.entity
Subclasses of AgreementFileProperties in odata.msgraph.client.beta.entity Modifier and Type Class Description classAgreementFileOrg.OData.Capabilities.V1.CountRestrictionsclassAgreementFileLocalizationOrg.OData.Capabilities.V1.CountRestrictionsclassAgreementFileVersionOrg.OData.Capabilities.V1.CountRestrictionsMethods in odata.msgraph.client.beta.entity that return AgreementFileProperties Modifier and Type Method Description AgreementFilePropertiesAgreementFileProperties.Builder. build()AgreementFilePropertiesAgreementFileProperties. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgreementFilePropertiesAgreementFileProperties. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgreementFilePropertiesAgreementFileProperties. withCreatedDateTime(OffsetDateTime createdDateTime)AgreementFilePropertiesAgreementFileProperties. withDisplayName(String displayName)AgreementFilePropertiesAgreementFileProperties. withFileData(AgreementFileData fileData)AgreementFilePropertiesAgreementFileProperties. withFileName(String fileName)AgreementFilePropertiesAgreementFileProperties. withIsDefault(Boolean isDefault)AgreementFilePropertiesAgreementFileProperties. withIsMajorVersion(Boolean isMajorVersion)AgreementFilePropertiesAgreementFileProperties. withLanguage(String language)AgreementFilePropertiesAgreementFileProperties. withUnmappedField(String name, String value)
-