Package com.microsoft.graph.models
Class WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder
- Enclosing class:
WorkbookFunctionsHyperlinkParameterSet
public static final class WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder
extends Object
Fluent builder for the WorkbookFunctionsHyperlinkParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.gson.JsonElement
The friendlyName parameter valueprotected com.google.gson.JsonElement
The linkLocation parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new WorkbookFunctionsHyperlinkParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestwithFriendlyName
(com.google.gson.JsonElement val) Sets the FriendlyNamewithLinkLocation
(com.google.gson.JsonElement val) Sets the LinkLocation
-
Field Details
-
linkLocation
@Nullable protected com.google.gson.JsonElement linkLocationThe linkLocation parameter value -
friendlyName
@Nullable protected com.google.gson.JsonElement friendlyNameThe friendlyName parameter value
-
-
Constructor Details
-
WorkbookFunctionsHyperlinkParameterSetBuilder
@Nullable protected WorkbookFunctionsHyperlinkParameterSetBuilder()Instanciates a new WorkbookFunctionsHyperlinkParameterSetBuilder
-
-
Method Details
-
withLinkLocation
@Nonnull public WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder withLinkLocation(@Nullable com.google.gson.JsonElement val) Sets the LinkLocation- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withFriendlyName
@Nonnull public WorkbookFunctionsHyperlinkParameterSet.WorkbookFunctionsHyperlinkParameterSetBuilder withFriendlyName(@Nullable com.google.gson.JsonElement val) Sets the FriendlyName- 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
-