Uses of Class
odata.msgraph.client.beta.enums.ClonableTeamParts
-
Packages that use ClonableTeamParts Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of ClonableTeamParts in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type ClonableTeamParts Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnTeam. clone(String displayName, String description, String mailNickname, String classification, TeamVisibilityType visibility, ClonableTeamParts partsToClone) -
Uses of ClonableTeamParts in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type ClonableTeamParts Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnTeamRequest. clone(String displayName, String description, String mailNickname, String classification, TeamVisibilityType visibility, ClonableTeamParts partsToClone) -
Uses of ClonableTeamParts in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ClonableTeamParts Modifier and Type Method Description static ClonableTeamPartsClonableTeamParts. valueOf(String name)Returns the enum constant of this type with the specified name.static ClonableTeamParts[]ClonableTeamParts. values()Returns an array containing the constants of this enum type, in the order they are declared.
-