Package com.microsoft.graph.models
Class ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder
- Enclosing class:
ContentTypeAddCopyParameterSet
public static final class ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder
extends Object
Fluent builder for the ContentTypeAddCopyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ContentTypeAddCopyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithContentType(String val) Sets the ContentType
-
Field Details
-
contentType
The contentType parameter value
-
-
Constructor Details
-
ContentTypeAddCopyParameterSetBuilder
@Nullable protected ContentTypeAddCopyParameterSetBuilder()Instanciates a new ContentTypeAddCopyParameterSetBuilder
-
-
Method Details
-
withContentType
@Nonnull public ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder withContentType(@Nullable String val) Sets the ContentType- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-