Uses of Class
com.microsoft.graph.models.AssociatedTeamInfo
Packages that use AssociatedTeamInfo
-
Uses of AssociatedTeamInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AssociatedTeamInfoModifier and TypeMethodDescriptionstatic AssociatedTeamInfoAssociatedTeamInfo.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 AssociatedTeamInfoModifier and TypeMethodDescriptionUserTeamwork.getAssociatedTeams()Gets the associatedTeams property value.AssociatedTeamInfoCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AssociatedTeamInfoModifier and TypeMethodDescriptionvoidUserTeamwork.setAssociatedTeams(List<AssociatedTeamInfo> value) Sets the associatedTeams property value.voidAssociatedTeamInfoCollectionResponse.setValue(List<AssociatedTeamInfo> value) Sets the value property value.