Uses of Class
com.microsoft.graph.models.Extension
Packages that use Extension
-
Uses of Extension in com.microsoft.graph.models
Subclasses of Extension in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ExtensionModifier and TypeMethodDescriptionstatic ExtensionExtension.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ExtensionModifier and TypeMethodDescriptionAdministrativeUnit.getExtensions()Gets the extensions property value.Contact.getExtensions()Gets the extensions property value.Device.getExtensions()Gets the extensions property value.Event.getExtensions()Gets the extensions property value.Group.getExtensions()Gets the extensions property value.Message.getExtensions()Gets the extensions property value.Organization.getExtensions()Gets the extensions property value.Post.getExtensions()Gets the extensions property value.TodoTask.getExtensions()Gets the extensions property value.TodoTaskList.getExtensions()Gets the extensions property value.User.getExtensions()Gets the extensions property value.ExtensionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ExtensionModifier and TypeMethodDescriptionvoidAdministrativeUnit.setExtensions(List<Extension> value) Sets the extensions property value.voidContact.setExtensions(List<Extension> value) Sets the extensions property value.voidDevice.setExtensions(List<Extension> value) Sets the extensions property value.voidEvent.setExtensions(List<Extension> value) Sets the extensions property value.voidGroup.setExtensions(List<Extension> value) Sets the extensions property value.voidMessage.setExtensions(List<Extension> value) Sets the extensions property value.voidOrganization.setExtensions(List<Extension> value) Sets the extensions property value.voidPost.setExtensions(List<Extension> value) Sets the extensions property value.voidTodoTask.setExtensions(List<Extension> value) Sets the extensions property value.voidTodoTaskList.setExtensions(List<Extension> value) Sets the extensions property value.voidUser.setExtensions(List<Extension> value) Sets the extensions property value.voidSets the value property value.