Uses of Class
com.microsoft.graph.models.FileStorageContainer
Packages that use FileStorageContainer
-
Uses of FileStorageContainer in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FileStorageContainerModifier and TypeMethodDescriptionstatic FileStorageContainerFileStorageContainer.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 FileStorageContainerModifier and TypeMethodDescriptionFileStorage.getContainers()Gets the containers property value.FileStorage.getDeletedContainers()Gets the deletedContainers property value.FileStorageContainerCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type FileStorageContainerModifier and TypeMethodDescriptionvoidFileStorage.setContainers(List<FileStorageContainer> value) Sets the containers property value.voidFileStorage.setDeletedContainers(List<FileStorageContainer> value) Sets the deletedContainers property value.voidFileStorageContainerCollectionResponse.setValue(List<FileStorageContainer> value) Sets the value property value.