Package com.microsoft.graph.models
Class ChatSendActivityNotificationParameterSet
java.lang.Object
com.microsoft.graph.models.ChatSendActivityNotificationParameterSet
The class for the Chat Send Activity Notification Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ChatSendActivityNotificationParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe activity Type.The chain Id.The preview Text.The recipient.The template Parameters.The topic. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ChatSendActivityNotificationParameterSetprotected
ChatSendActivityNotificationParameterSet
(ChatSendActivityNotificationParameterSet.ChatSendActivityNotificationParameterSetBuilder builder) Instiaciates a new ChatSendActivityNotificationParameterSet -
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. -
recipient
@SerializedName(value="recipient", alternate="Recipient") @Expose @Nullable public TeamworkNotificationRecipient recipientThe recipient.
-
-
Constructor Details
-
ChatSendActivityNotificationParameterSet
public ChatSendActivityNotificationParameterSet()Instiaciates a new ChatSendActivityNotificationParameterSet -
ChatSendActivityNotificationParameterSet
protected ChatSendActivityNotificationParameterSet(@Nonnull ChatSendActivityNotificationParameterSet.ChatSendActivityNotificationParameterSetBuilder builder) Instiaciates a new ChatSendActivityNotificationParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ChatSendActivityNotificationParameterSet.ChatSendActivityNotificationParameterSetBuilder 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
-