Uses of Class
odata.msgraph.client.beta.complex.SuggestedEnrollmentLimit
-
Packages that use SuggestedEnrollmentLimit Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of SuggestedEnrollmentLimit in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SuggestedEnrollmentLimit Modifier and Type Method Description SuggestedEnrollmentLimitSuggestedEnrollmentLimit.Builder. build()SuggestedEnrollmentLimitSuggestedEnrollmentLimit. withSuggestedDailyLimit(Integer suggestedDailyLimit)Returns an immutable copy ofthiswith just thesuggestedDailyLimitfield changed.SuggestedEnrollmentLimitSuggestedEnrollmentLimit. withUnmappedField(String name, String value) -
Uses of SuggestedEnrollmentLimit in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type SuggestedEnrollmentLimit Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<SuggestedEnrollmentLimit>DeviceManagement. getSuggestedEnrollmentLimit(String enrollmentType) -
Uses of SuggestedEnrollmentLimit in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type SuggestedEnrollmentLimit Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<SuggestedEnrollmentLimit>DeviceManagementRequest. getSuggestedEnrollmentLimit(String enrollmentType)
-