Uses of Class
odata.msgraph.client.security.entity.DataSource
-
Packages that use DataSource Package Description odata.msgraph.client.security.entity -
-
Uses of DataSource in odata.msgraph.client.security.entity
Subclasses of DataSource in odata.msgraph.client.security.entity Modifier and Type Class Description classSiteSourceclassUnifiedGroupSourceclassUserSourceMethods in odata.msgraph.client.security.entity that return DataSource Modifier and Type Method Description DataSourceDataSource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DataSourceDataSource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DataSourceDataSource. withCreatedBy(IdentitySet createdBy)DataSourceDataSource. withCreatedDateTime(OffsetDateTime createdDateTime)DataSourceDataSource. withDisplayName(String displayName)DataSourceDataSource. withHoldStatus(DataSourceHoldStatus holdStatus)DataSourceDataSource. withUnmappedField(String name, String value)
-