Uses of Class
odata.msgraph.client.enums.ActivityDomain
-
Packages that use ActivityDomain Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ActivityDomain in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ActivityDomain Modifier and Type Field Description protected ActivityDomainTimeConstraint. activityDomainMethods in odata.msgraph.client.complex that return types with arguments of type ActivityDomain Modifier and Type Method Description Optional<ActivityDomain>TimeConstraint. getActivityDomain()Methods in odata.msgraph.client.complex with parameters of type ActivityDomain Modifier and Type Method Description TimeConstraint.BuilderTimeConstraint.Builder. activityDomain(ActivityDomain activityDomain)TimeConstraintTimeConstraint. withActivityDomain(ActivityDomain activityDomain) -
Uses of ActivityDomain in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ActivityDomain Modifier and Type Method Description static ActivityDomainActivityDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityDomain[]ActivityDomain. values()Returns an array containing the constants of this enum type, in the order they are declared.
-