Skip to content

Commit 3dc08ca

Browse files
author
InIn Devops
committed
3.0.1
1 parent 8d3d53a commit 3dc08ca

275 files changed

Lines changed: 3790 additions & 3860 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/PureCloudPlatformClientV2/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,5 @@ def to_debug_report(self):
238238
"OS: {env}\n"\
239239
"Python Version: {pyversion}\n"\
240240
"Version of the API: v2\n"\
241-
"SDK Package Version: 3.0.0".\
241+
"SDK Package Version: 3.0.1".\
242242
format(env=sys.platform, pyversion=sys.version)

build/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def __init__(self):
4444
'total': 'int',
4545
'self_uri': 'str',
4646
'first_uri': 'str',
47+
'next_uri': 'str',
4748
'previous_uri': 'str',
4849
'last_uri': 'str',
49-
'next_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60+
'next_uri': 'nextUri',
6061
'previous_uri': 'previousUri',
6162
'last_uri': 'lastUri',
62-
'next_uri': 'nextUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72+
self._next_uri = None
7273
self._previous_uri = None
7374
self._last_uri = None
74-
self._next_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,6 +212,29 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215+
@property
216+
def next_uri(self):
217+
"""
218+
Gets the next_uri of this AgentActivityEntityListing.
219+
220+
221+
:return: The next_uri of this AgentActivityEntityListing.
222+
:rtype: str
223+
"""
224+
return self._next_uri
225+
226+
@next_uri.setter
227+
def next_uri(self, next_uri):
228+
"""
229+
Sets the next_uri of this AgentActivityEntityListing.
230+
231+
232+
:param next_uri: The next_uri of this AgentActivityEntityListing.
233+
:type: str
234+
"""
235+
236+
self._next_uri = next_uri
237+
215238
@property
216239
def previous_uri(self):
217240
"""
@@ -258,29 +281,6 @@ def last_uri(self, last_uri):
258281

259282
self._last_uri = last_uri
260283

261-
@property
262-
def next_uri(self):
263-
"""
264-
Gets the next_uri of this AgentActivityEntityListing.
265-
266-
267-
:return: The next_uri of this AgentActivityEntityListing.
268-
:rtype: str
269-
"""
270-
return self._next_uri
271-
272-
@next_uri.setter
273-
def next_uri(self, next_uri):
274-
"""
275-
Sets the next_uri of this AgentActivityEntityListing.
276-
277-
278-
:param next_uri: The next_uri of this AgentActivityEntityListing.
279-
:type: str
280-
"""
281-
282-
self._next_uri = next_uri
283-
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/attempt_limits_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def __init__(self):
4444
'total': 'int',
4545
'self_uri': 'str',
4646
'first_uri': 'str',
47+
'next_uri': 'str',
4748
'previous_uri': 'str',
4849
'last_uri': 'str',
49-
'next_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60+
'next_uri': 'nextUri',
6061
'previous_uri': 'previousUri',
6162
'last_uri': 'lastUri',
62-
'next_uri': 'nextUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72+
self._next_uri = None
7273
self._previous_uri = None
7374
self._last_uri = None
74-
self._next_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,6 +212,29 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215+
@property
216+
def next_uri(self):
217+
"""
218+
Gets the next_uri of this AttemptLimitsEntityListing.
219+
220+
221+
:return: The next_uri of this AttemptLimitsEntityListing.
222+
:rtype: str
223+
"""
224+
return self._next_uri
225+
226+
@next_uri.setter
227+
def next_uri(self, next_uri):
228+
"""
229+
Sets the next_uri of this AttemptLimitsEntityListing.
230+
231+
232+
:param next_uri: The next_uri of this AttemptLimitsEntityListing.
233+
:type: str
234+
"""
235+
236+
self._next_uri = next_uri
237+
215238
@property
216239
def previous_uri(self):
217240
"""
@@ -258,29 +281,6 @@ def last_uri(self, last_uri):
258281

259282
self._last_uri = last_uri
260283

261-
@property
262-
def next_uri(self):
263-
"""
264-
Gets the next_uri of this AttemptLimitsEntityListing.
265-
266-
267-
:return: The next_uri of this AttemptLimitsEntityListing.
268-
:rtype: str
269-
"""
270-
return self._next_uri
271-
272-
@next_uri.setter
273-
def next_uri(self, next_uri):
274-
"""
275-
Sets the next_uri of this AttemptLimitsEntityListing.
276-
277-
278-
:param next_uri: The next_uri of this AttemptLimitsEntityListing.
279-
:type: str
280-
"""
281-
282-
self._next_uri = next_uri
283-
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/attribute_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def __init__(self):
4444
'total': 'int',
4545
'self_uri': 'str',
4646
'first_uri': 'str',
47+
'next_uri': 'str',
4748
'previous_uri': 'str',
4849
'last_uri': 'str',
49-
'next_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60+
'next_uri': 'nextUri',
6061
'previous_uri': 'previousUri',
6162
'last_uri': 'lastUri',
62-
'next_uri': 'nextUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72+
self._next_uri = None
7273
self._previous_uri = None
7374
self._last_uri = None
74-
self._next_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,6 +212,29 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215+
@property
216+
def next_uri(self):
217+
"""
218+
Gets the next_uri of this AttributeEntityListing.
219+
220+
221+
:return: The next_uri of this AttributeEntityListing.
222+
:rtype: str
223+
"""
224+
return self._next_uri
225+
226+
@next_uri.setter
227+
def next_uri(self, next_uri):
228+
"""
229+
Sets the next_uri of this AttributeEntityListing.
230+
231+
232+
:param next_uri: The next_uri of this AttributeEntityListing.
233+
:type: str
234+
"""
235+
236+
self._next_uri = next_uri
237+
215238
@property
216239
def previous_uri(self):
217240
"""
@@ -258,29 +281,6 @@ def last_uri(self, last_uri):
258281

259282
self._last_uri = last_uri
260283

261-
@property
262-
def next_uri(self):
263-
"""
264-
Gets the next_uri of this AttributeEntityListing.
265-
266-
267-
:return: The next_uri of this AttributeEntityListing.
268-
:rtype: str
269-
"""
270-
return self._next_uri
271-
272-
@next_uri.setter
273-
def next_uri(self, next_uri):
274-
"""
275-
Sets the next_uri of this AttributeEntityListing.
276-
277-
278-
:param next_uri: The next_uri of this AttributeEntityListing.
279-
:type: str
280-
"""
281-
282-
self._next_uri = next_uri
283-
284284
@property
285285
def page_count(self):
286286
"""

build/PureCloudPlatformClientV2/models/calibration_entity_listing.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def __init__(self):
4444
'total': 'int',
4545
'self_uri': 'str',
4646
'first_uri': 'str',
47+
'next_uri': 'str',
4748
'previous_uri': 'str',
4849
'last_uri': 'str',
49-
'next_uri': 'str',
5050
'page_count': 'int'
5151
}
5252

@@ -57,9 +57,9 @@ def __init__(self):
5757
'total': 'total',
5858
'self_uri': 'selfUri',
5959
'first_uri': 'firstUri',
60+
'next_uri': 'nextUri',
6061
'previous_uri': 'previousUri',
6162
'last_uri': 'lastUri',
62-
'next_uri': 'nextUri',
6363
'page_count': 'pageCount'
6464
}
6565

@@ -69,9 +69,9 @@ def __init__(self):
6969
self._total = None
7070
self._self_uri = None
7171
self._first_uri = None
72+
self._next_uri = None
7273
self._previous_uri = None
7374
self._last_uri = None
74-
self._next_uri = None
7575
self._page_count = None
7676

7777
@property
@@ -212,6 +212,29 @@ def first_uri(self, first_uri):
212212

213213
self._first_uri = first_uri
214214

215+
@property
216+
def next_uri(self):
217+
"""
218+
Gets the next_uri of this CalibrationEntityListing.
219+
220+
221+
:return: The next_uri of this CalibrationEntityListing.
222+
:rtype: str
223+
"""
224+
return self._next_uri
225+
226+
@next_uri.setter
227+
def next_uri(self, next_uri):
228+
"""
229+
Sets the next_uri of this CalibrationEntityListing.
230+
231+
232+
:param next_uri: The next_uri of this CalibrationEntityListing.
233+
:type: str
234+
"""
235+
236+
self._next_uri = next_uri
237+
215238
@property
216239
def previous_uri(self):
217240
"""
@@ -258,29 +281,6 @@ def last_uri(self, last_uri):
258281

259282
self._last_uri = last_uri
260283

261-
@property
262-
def next_uri(self):
263-
"""
264-
Gets the next_uri of this CalibrationEntityListing.
265-
266-
267-
:return: The next_uri of this CalibrationEntityListing.
268-
:rtype: str
269-
"""
270-
return self._next_uri
271-
272-
@next_uri.setter
273-
def next_uri(self, next_uri):
274-
"""
275-
Sets the next_uri of this CalibrationEntityListing.
276-
277-
278-
:param next_uri: The next_uri of this CalibrationEntityListing.
279-
:type: str
280-
"""
281-
282-
self._next_uri = next_uri
283-
284284
@property
285285
def page_count(self):
286286
"""

0 commit comments

Comments
 (0)