Uses of Class
com.microsoft.graph.models.DeletedTeam
Packages that use DeletedTeam
-
Uses of DeletedTeam in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeletedTeamModifier and TypeMethodDescriptionstatic DeletedTeamDeletedTeam.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 DeletedTeamModifier and TypeMethodDescriptionTeamwork.getDeletedTeams()Gets the deletedTeams property value.DeletedTeamCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeletedTeamModifier and TypeMethodDescriptionvoidTeamwork.setDeletedTeams(List<DeletedTeam> value) Sets the deletedTeams property value.voidDeletedTeamCollectionResponse.setValue(List<DeletedTeam> value) Sets the value property value.