Uses of Class
odata.msgraph.client.beta.entity.AllowedDataLocation
-
Packages that use AllowedDataLocation Package Description odata.msgraph.client.beta.entity -
-
Uses of AllowedDataLocation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AllowedDataLocation Modifier and Type Method Description AllowedDataLocationAllowedDataLocation.Builder. build()AllowedDataLocationAllowedDataLocation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AllowedDataLocationAllowedDataLocation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AllowedDataLocationAllowedDataLocation. withAppId(String appId)AllowedDataLocationAllowedDataLocation. withDomain(String domain)AllowedDataLocationAllowedDataLocation. withIsDefault(Boolean isDefault)AllowedDataLocationAllowedDataLocation. withLocation(String location)AllowedDataLocationAllowedDataLocation. withUnmappedField(String name, String value)
-