@@ -37,7 +37,7 @@ type AgreementFileLocalizationRequestBuilderGetOptions struct {
37
37
// Response handler to use in place of the default response handling provided by the core service
38
38
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler ;
39
39
}
40
- // AgreementFileLocalizationRequestBuilderGetQueryParameters get localizations from agreements
40
+ // AgreementFileLocalizationRequestBuilderGetQueryParameters the localized version of the terms of use agreement files attached to the agreement.
41
41
type AgreementFileLocalizationRequestBuilderGetQueryParameters struct {
42
42
// Expand related entities
43
43
Expand []string ;
@@ -74,7 +74,7 @@ func NewAgreementFileLocalizationRequestBuilder(rawUrl string, requestAdapter id
74
74
urlParams ["request-raw-url" ] = rawUrl
75
75
return NewAgreementFileLocalizationRequestBuilderInternal (urlParams , requestAdapter )
76
76
}
77
- // CreateDeleteRequestInformation delete navigation property localizations for agreements
77
+ // CreateDeleteRequestInformation the localized version of the terms of use agreement files attached to the agreement.
78
78
func (m * AgreementFileLocalizationRequestBuilder ) CreateDeleteRequestInformation (options * AgreementFileLocalizationRequestBuilderDeleteOptions )(* ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation , error ) {
79
79
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9 .NewRequestInformation ()
80
80
requestInfo .UrlTemplate = m .urlTemplate
@@ -91,7 +91,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreateDeleteRequestInformation
91
91
}
92
92
return requestInfo , nil
93
93
}
94
- // CreateGetRequestInformation get localizations from agreements
94
+ // CreateGetRequestInformation the localized version of the terms of use agreement files attached to the agreement.
95
95
func (m * AgreementFileLocalizationRequestBuilder ) CreateGetRequestInformation (options * AgreementFileLocalizationRequestBuilderGetOptions )(* ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation , error ) {
96
96
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9 .NewRequestInformation ()
97
97
requestInfo .UrlTemplate = m .urlTemplate
@@ -111,7 +111,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreateGetRequestInformation(op
111
111
}
112
112
return requestInfo , nil
113
113
}
114
- // CreatePatchRequestInformation update the navigation property localizations in agreements
114
+ // CreatePatchRequestInformation the localized version of the terms of use agreement files attached to the agreement.
115
115
func (m * AgreementFileLocalizationRequestBuilder ) CreatePatchRequestInformation (options * AgreementFileLocalizationRequestBuilderPatchOptions )(* ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation , error ) {
116
116
requestInfo := ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9 .NewRequestInformation ()
117
117
requestInfo .UrlTemplate = m .urlTemplate
@@ -129,7 +129,7 @@ func (m *AgreementFileLocalizationRequestBuilder) CreatePatchRequestInformation(
129
129
}
130
130
return requestInfo , nil
131
131
}
132
- // Delete delete navigation property localizations for agreements
132
+ // Delete the localized version of the terms of use agreement files attached to the agreement.
133
133
func (m * AgreementFileLocalizationRequestBuilder ) Delete (options * AgreementFileLocalizationRequestBuilderDeleteOptions )(error ) {
134
134
requestInfo , err := m .CreateDeleteRequestInformation (options );
135
135
if err != nil {
@@ -141,7 +141,7 @@ func (m *AgreementFileLocalizationRequestBuilder) Delete(options *AgreementFileL
141
141
}
142
142
return nil
143
143
}
144
- // Get get localizations from agreements
144
+ // Get the localized version of the terms of use agreement files attached to the agreement.
145
145
func (m * AgreementFileLocalizationRequestBuilder ) Get (options * AgreementFileLocalizationRequestBuilderGetOptions )(* i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalization , error ) {
146
146
requestInfo , err := m .CreateGetRequestInformation (options );
147
147
if err != nil {
@@ -153,7 +153,7 @@ func (m *AgreementFileLocalizationRequestBuilder) Get(options *AgreementFileLoca
153
153
}
154
154
return res .(* i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AgreementFileLocalization ), nil
155
155
}
156
- // Patch update the navigation property localizations in agreements
156
+ // Patch the localized version of the terms of use agreement files attached to the agreement.
157
157
func (m * AgreementFileLocalizationRequestBuilder ) Patch (options * AgreementFileLocalizationRequestBuilderPatchOptions )(error ) {
158
158
requestInfo , err := m .CreatePatchRequestInformation (options );
159
159
if err != nil {
0 commit comments