Class EducationCategoryItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.education.me.assignments.item.categories.item.EducationCategoryItemRequestBuilder
@Generated("com.microsoft.kiota")
public class EducationCategoryItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Builds and executes requests for operations under /education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}
-
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionEducationCategoryItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEducationCategoryItemRequestBuilderand sets the default values.EducationCategoryItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEducationCategoryItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionref()Provides operations to manage the collection of educationRoot entities.
-
Constructor Details
-
EducationCategoryItemRequestBuilder
public EducationCategoryItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEducationCategoryItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
EducationCategoryItemRequestBuilder
public EducationCategoryItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newEducationCategoryItemRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
ref
Provides operations to manage the collection of educationRoot entities.- Returns:
- a
RefRequestBuilder
-