Uses of Class
odata.msgraph.client.complex.Shared
-
Packages that use Shared Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Shared in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Shared Modifier and Type Field Description protected SharedRemoteItem. sharedMethods in odata.msgraph.client.complex that return Shared Modifier and Type Method Description SharedShared.Builder. build()SharedShared. withOwner(IdentitySet owner)SharedShared. withScope(String scope)SharedShared. withSharedBy(IdentitySet sharedBy)SharedShared. withSharedDateTime(OffsetDateTime sharedDateTime)SharedShared. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type Shared Modifier and Type Method Description Optional<Shared>RemoteItem. getShared()Methods in odata.msgraph.client.complex with parameters of type Shared Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. shared(Shared shared)RemoteItemRemoteItem. withShared(Shared shared) -
Uses of Shared in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Shared Modifier and Type Field Description protected SharedDriveItem. sharedMethods in odata.msgraph.client.entity that return types with arguments of type Shared Modifier and Type Method Description Optional<Shared>DriveItem. getShared()Methods in odata.msgraph.client.entity with parameters of type Shared Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. shared(Shared shared)DriveItemDriveItem. withShared(Shared shared)
-