Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBaseItemInner
Packages that use MicrosoftGraphBaseItemInner
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphBaseItemInner in com.azure.resourcemanager.authorization.fluent.models
Modifier and TypeClassDescriptionfinal classdrive.final classdriveItem.final classlist.final classlistItem.final classsite.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphBaseItemInnerModifier and TypeMethodDescriptionMicrosoftGraphBaseItemInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: baseItem.MicrosoftGraphBaseItemInner.withCreatedBy(MicrosoftGraphIdentitySet createdBy) Set the createdBy property: identitySet.MicrosoftGraphBaseItemInner.withCreatedByUser(MicrosoftGraphUserInner createdByUser) Set the createdByUser property: userMicrosoftGraphBaseItemInner.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Date and time of item creation.MicrosoftGraphBaseItemInner.withDescription(String description) Set the description property: Provides a user-visible description of the item.Set the etag property: ETag for the item.Set the id property: Read-only.MicrosoftGraphBaseItemInner.withLastModifiedBy(MicrosoftGraphIdentitySet lastModifiedBy) Set the lastModifiedBy property: identitySet.MicrosoftGraphBaseItemInner.withLastModifiedByUser(MicrosoftGraphUserInner lastModifiedByUser) Set the lastModifiedByUser property: userMicrosoftGraphBaseItemInner.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Date and time the item was last modified.Set the name property: The name of the item.MicrosoftGraphBaseItemInner.withParentReference(MicrosoftGraphItemReference parentReference) Set the parentReference property: itemReference.MicrosoftGraphBaseItemInner.withWebUrl(String webUrl) Set the webUrl property: URL that displays the resource in the browser.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphBaseItemInnerModifier and TypeMethodDescriptionMicrosoftGraphSite.items()Get the items property: Used to address any item contained in this site.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphBaseItemInnerModifier and TypeMethodDescriptionMicrosoftGraphSite.withItems(List<MicrosoftGraphBaseItemInner> items) Set the items property: Used to address any item contained in this site.