Package com.microsoft.graph.models
Class UserTeamworkSendActivityNotificationParameterSet
java.lang.Object
com.microsoft.graph.models.UserTeamworkSendActivityNotificationParameterSet
The class for the User Teamwork Send Activity Notification Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the UserTeamworkSendActivityNotificationParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe activity Type.The chain Id.The preview Text.The template Parameters.The topic. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserTeamworkSendActivityNotificationParameterSetprotected
UserTeamworkSendActivityNotificationParameterSet
(UserTeamworkSendActivityNotificationParameterSet.UserTeamworkSendActivityNotificationParameterSetBuilder builder) Instiaciates a new UserTeamworkSendActivityNotificationParameterSet -
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
-
topic
@SerializedName(value="topic", alternate="Topic") @Expose @Nullable public TeamworkActivityTopic topicThe topic. -
activityType
@SerializedName(value="activityType", alternate="ActivityType") @Expose @Nullable public String activityTypeThe activity Type. -
chainId
The chain Id. -
previewText
@SerializedName(value="previewText", alternate="PreviewText") @Expose @Nullable public ItemBody previewTextThe preview Text. -
templateParameters
@SerializedName(value="templateParameters", alternate="TemplateParameters") @Expose @Nullable public List<KeyValuePair> templateParametersThe template Parameters.
-
-
Constructor Details
-
UserTeamworkSendActivityNotificationParameterSet
public UserTeamworkSendActivityNotificationParameterSet()Instiaciates a new UserTeamworkSendActivityNotificationParameterSet -
UserTeamworkSendActivityNotificationParameterSet
protected UserTeamworkSendActivityNotificationParameterSet(@Nonnull UserTeamworkSendActivityNotificationParameterSet.UserTeamworkSendActivityNotificationParameterSetBuilder builder) Instiaciates a new UserTeamworkSendActivityNotificationParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserTeamworkSendActivityNotificationParameterSet.UserTeamworkSendActivityNotificationParameterSetBuilder 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
-