Package com.microsoft.graph.models
Class ContentTypeAddCopyParameterSet
java.lang.Object
com.microsoft.graph.models.ContentTypeAddCopyParameterSet
The class for the Content Type Add Copy Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ContentTypeAddCopyParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ContentTypeAddCopyParameterSetprotectedContentTypeAddCopyParameterSet(ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder builder) Instiaciates a new ContentTypeAddCopyParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
contentType
@SerializedName(value="contentType", alternate="ContentType") @Expose @Nullable public String contentTypeThe content Type.
-
-
Constructor Details
-
ContentTypeAddCopyParameterSet
public ContentTypeAddCopyParameterSet()Instiaciates a new ContentTypeAddCopyParameterSet -
ContentTypeAddCopyParameterSet
protected ContentTypeAddCopyParameterSet(@Nonnull ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder builder) Instiaciates a new ContentTypeAddCopyParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ContentTypeAddCopyParameterSet.ContentTypeAddCopyParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-